#AF8E4F

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

Shades of Teak #AF8E4F

Tints of Teak #AF8E4F

Color information

#AF8E4F (or 0xAF8E4F) is unknown color: approx Teak. HEX triplet: AF, 8E and 4F. RGB value is (175,142,79). Sum of RGB (Red+Green+Blue) = 175+142+79=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 79 (31.25% from 255 or 19.95% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8E4F is #5071B0. Grayscale: #909090. Windows color (decimal): -5271985 or 5213871. OLE color: 5213871.

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

Color convert

RGB17514279-
CMYK00.190.550.31
HSL39.38º37.8%49.8%-
HSV(B)39.38º54.86%68.63%-
XYZ28.7629.0211.48-
YUV144.6890.93149.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.19%
GREEN value IS 142 (55.86% from 255) = 35.86%
BLUE value IS 79 (31.25% from 255) = 19.95%
R=44.19%
G=35.86%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751427900.190.550.3139.3837.849.8
HexAF8E4F013371F272632
Octal2572161170236737474662
Binary1010111110001110100111101001111011111111100111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8E4F; }

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

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

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

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

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

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

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

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