#AF8C39

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

Shades of Alpine #AF8C39

Tints of Alpine #AF8C39

Color information

#AF8C39 (or 0xAF8C39) is unknown color: approx Alpine. HEX triplet: AF, 8C and 39. RGB value is (175,140,57). Sum of RGB (Red+Green+Blue) = 175+140+57=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 57 (22.66% from 255 or 15.32% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8C39 is #5073C6. Grayscale: #8D8D8D. Windows color (decimal): -5272519 or 3771567. OLE color: 3771567.

HSL color Cylindrical-coordinate representation of color #AF8C39: hue angle of 42.2º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF8C39 is Cyan = 0, Magento = 0.2, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB17514057-
CMYK00.20.670.31
HSL42.2º50.86%45.49%-
HSV(B)42.2º67.43%68.63%-
XYZ27.828.177.84-
YUV14180.6152.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.04%
GREEN value IS 140 (55.08% from 255) = 37.63%
BLUE value IS 57 (22.66% from 255) = 15.32%
R=47.04%
G=37.63%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751405700.20.670.3142.250.8645.49
HexAF8C39014431F2a332d
Octal2572147102410337526355
Binary1010111110001100111001010100100001111111101010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8C39; }

 p { color: rgb(175,140,57); }

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

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

 a { background-color: rgb(175,140,57); }

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

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

 span { border-color: rgb(175,140,57); }

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