#AF8D36

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

Shades of Alpine #AF8D36

Tints of Alpine #AF8D36

Color information

#AF8D36 (or 0xAF8D36) is unknown color: approx Alpine. HEX triplet: AF, 8D and 36. RGB value is (175,141,54). Sum of RGB (Red+Green+Blue) = 175+141+54=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 54 (21.48% from 255 or 14.59% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8D36 is #5072C9. Grayscale: #8D8D8D. Windows color (decimal): -5272266 or 3575215. OLE color: 3575215.

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

Color convert

RGB17514154-
CMYK00.190.690.31
HSL43.14º52.84%44.9%-
HSV(B)43.14º69.14%68.63%-
XYZ27.8728.437.51-
YUV141.2578.76152.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.30%
GREEN value IS 141 (55.47% from 255) = 38.11%
BLUE value IS 54 (21.48% from 255) = 14.59%
R=47.30%
G=38.11%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751415400.190.690.3143.1452.8444.9
HexAF8D36013451F2b352d
Octal2572156602310537536555
Binary1010111110001101110110010011100010111111101011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8D36; }

 p { color: rgb(175,141,54); }

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

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

 a { background-color: rgb(175,141,54); }

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

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

 span { border-color: rgb(175,141,54); }

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