#AF8D56

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

Shades of Teak #AF8D56

Tints of Teak #AF8D56

Color information

#AF8D56 (or 0xAF8D56) is unknown color: approx Teak. HEX triplet: AF, 8D and 56. RGB value is (175,141,86). Sum of RGB (Red+Green+Blue) = 175+141+86=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8D56 is #5072A9. Grayscale: #919191. Windows color (decimal): -5272234 or 5672367. OLE color: 5672367.

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

Color convert

RGB17514186-
CMYK00.190.510.31
HSL37.08º35.74%51.18%-
HSV(B)37.08º50.86%68.63%-
XYZ28.8828.8412.85-
YUV144.994.76149.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.53%
GREEN value IS 141 (55.47% from 255) = 35.07%
BLUE value IS 86 (33.98% from 255) = 21.39%
R=43.53%
G=35.07%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751418600.190.510.3137.0835.7451.18
HexAF8D56013331F252433
Octal2572151260236337454463
Binary1010111110001101101011001001111001111111100101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8D56; }

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

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

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

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

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

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

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

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