#AF8E55

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

Shades of Teak #AF8E55

Tints of Teak #AF8E55

Color information

#AF8E55 (or 0xAF8E55) is unknown color: approx Teak. HEX triplet: AF, 8E and 55. RGB value is (175,142,85). Sum of RGB (Red+Green+Blue) = 175+142+85=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 85 (33.59% from 255 or 21.14% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8E55 is #5071AA. Grayscale: #919191. Windows color (decimal): -5271979 or 5607087. OLE color: 5607087.

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

Color convert

RGB17514285-
CMYK00.190.510.31
HSL38º36%50.98%-
HSV(B)38º51.43%68.63%-
XYZ28.9929.1212.69-
YUV145.3793.93149.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.53%
GREEN value IS 142 (55.86% from 255) = 35.32%
BLUE value IS 85 (33.59% from 255) = 21.14%
R=43.53%
G=35.32%
B=21.14%

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
Decimal1751428500.190.510.31383650.98
HexAF8E55013331F262433
Octal2572161250236337464463
Binary1010111110001110101010101001111001111111100110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8E55; }

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

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

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

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

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

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

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

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