#AF8C56

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

Shades of Teak #AF8C56

Tints of Teak #AF8C56

Color information

#AF8C56 (or 0xAF8C56) is unknown color: approx Teak. HEX triplet: AF, 8C and 56. RGB value is (175,140,86). Sum of RGB (Red+Green+Blue) = 175+140+86=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8C56 is #5073A9. Grayscale: #909090. Windows color (decimal): -5272490 or 5672111. OLE color: 5672111.

HSL color Cylindrical-coordinate representation of color #AF8C56: hue angle of 36.4º 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 #AF8C56 is Cyan = 0, Magento = 0.2, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB17514086-
CMYK00.20.510.31
HSL36.4º35.74%51.18%-
HSV(B)36.4º50.86%68.63%-
XYZ28.7428.5412.8-
YUV144.3195.1149.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 140 (55.08% from 255) = 34.91%
BLUE value IS 86 (33.98% from 255) = 21.45%
R=43.64%
G=34.91%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751408600.20.510.3136.435.7451.18
HexAF8C56014331F242433
Octal2572141260246337444463
Binary1010111110001100101011001010011001111111100100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8C56; }

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

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

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

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

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

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

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

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