#AF8D51

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

Shades of Teak #AF8D51

Tints of Teak #AF8D51

Color information

#AF8D51 (or 0xAF8D51) is unknown color: approx Teak. HEX triplet: AF, 8D and 51. RGB value is (175,141,81). Sum of RGB (Red+Green+Blue) = 175+141+81=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8D51 is #5072AE. Grayscale: #909090. Windows color (decimal): -5272239 or 5344687. OLE color: 5344687.

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

Color convert

RGB17514181-
CMYK00.190.540.31
HSL38.3º37.01%50.2%-
HSV(B)38.3º53.71%68.63%-
XYZ28.6928.7611.82-
YUV144.3392.26149.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 141 (55.47% from 255) = 35.52%
BLUE value IS 81 (32.03% from 255) = 20.40%
R=44.08%
G=35.52%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751418100.190.540.3138.337.0150.2
HexAF8D51013361F262532
Octal2572151210236637464562
Binary1010111110001101101000101001111011011111100110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8D51; }

 p { color: rgb(175,141,81); }

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

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

 a { background-color: rgb(175,141,81); }

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

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

 span { border-color: rgb(175,141,81); }

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