#AF894F

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

Shades of Teak #AF894F

Tints of Teak #AF894F

Color information

#AF894F (or 0xAF894F) is unknown color: approx Teak. HEX triplet: AF, 89 and 4F. RGB value is (175,137,79). Sum of RGB (Red+Green+Blue) = 175+137+79=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 79 (31.25% from 255 or 20.20% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF894F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF894F is #5076B0. Grayscale: #8E8E8E. Windows color (decimal): -5273265 or 5212591. OLE color: 5212591.

HSL color Cylindrical-coordinate representation of color #AF894F: hue angle of 36.25º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF894F is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB17513779-
CMYK00.220.550.31
HSL36.25º37.8%49.8%-
HSV(B)36.25º54.86%68.63%-
XYZ28.0427.5711.24-
YUV141.7592.59151.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.76%
GREEN value IS 137 (53.91% from 255) = 35.04%
BLUE value IS 79 (31.25% from 255) = 20.20%
R=44.76%
G=35.04%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751377900.220.550.3136.2537.849.8
HexAF894F016371F242632
Octal2572111170266737444662
Binary1010111110001001100111101011011011111111100100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF894F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF894F; }

 p { color: rgb(175,137,79); }

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

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

 a { background-color: rgb(175,137,79); }

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

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

 span { border-color: rgb(175,137,79); }

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