#AF894E

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

Shades of Teak #AF894E

Tints of Teak #AF894E

Color information

#AF894E (or 0xAF894E) is unknown color: approx Teak. HEX triplet: AF, 89 and 4E. RGB value is (175,137,78). Sum of RGB (Red+Green+Blue) = 175+137+78=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF894E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF894E is #5076B1. Grayscale: #8D8D8D. Windows color (decimal): -5273266 or 5147055. OLE color: 5147055.

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

Color convert

RGB17513778-
CMYK00.220.550.31
HSL36.49º38.34%49.61%-
HSV(B)36.49º55.43%68.63%-
XYZ2827.5611.05-
YUV141.6492.09151.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.87%
GREEN value IS 137 (53.91% from 255) = 35.13%
BLUE value IS 78 (30.86% from 255) = 20%
R=44.87%
G=35.13%
B=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
Decimal1751377800.220.550.3136.4938.3449.61
HexAF894E016371F242632
Octal2572111160266737444662
Binary1010111110001001100111001011011011111111100100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF894E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF894E; }

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

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

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

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

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

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

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

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