#AF8E3C

Color #AF8E3C Alpine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alpine #AF8E3C

Tints of Alpine #AF8E3C

Color information

#AF8E3C (or 0xAF8E3C) is unknown color: approx Alpine. HEX triplet: AF, 8E and 3C. RGB value is (175,142,60). Sum of RGB (Red+Green+Blue) = 175+142+60=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8E3C is #5071C3. Grayscale: #8E8E8E. Windows color (decimal): -5272004 or 3968687. OLE color: 3968687.

HSL color Cylindrical-coordinate representation of color #AF8E3C: hue angle of 42.78º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF8E3C is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB17514260-
CMYK00.190.660.31
HSL42.78º48.94%46.08%-
HSV(B)42.78º65.71%68.63%-
XYZ28.1728.798.35-
YUV142.5281.43151.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 46.42%
GREEN value IS 142 (55.86% from 255) = 37.67%
BLUE value IS 60 (23.83% from 255) = 15.92%
R=46.42%
G=37.67%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751426000.190.660.3142.7848.9446.08
HexAF8E3C013421F2b312e
Octal2572167402310237536156
Binary1010111110001110111100010011100001011111101011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8E3C; }

 p { color: rgb(175,142,60); }

 H1.HeaderClassName
 {
   color: #AF8E3C;
 }
 .AnyTagClassName
 {
   color: #AF8E3C;
 }
</style>
background-color css

<style>
 a { background-color: #AF8E3C; }

 a { background-color: rgb(175,142,60); }

 div.DivClassName
 {
   background-color: #AF8E3C;
 }
 .BgClassName
 {
   background-color: #AF8E3C;
 }
</style>
border-color css

<style>
 span { border-color: #AF8E3C; }

 span { border-color: rgb(175,142,60); }

 td.TdClassName
 {
   border-color: #AF8E3C;
 }
 .TagClassName
 {
   border-color: #AF8E3C;
 }
</style>