#AF8F57

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

Shades of Teak #AF8F57

Tints of Teak #AF8F57

Color information

#AF8F57 (or 0xAF8F57) is unknown color: approx Teak. HEX triplet: AF, 8F and 57. RGB value is (175,143,87). Sum of RGB (Red+Green+Blue) = 175+143+87=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 87 (34.38% from 255 or 21.48% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F57 is #5070A8. Grayscale: #929292. Windows color (decimal): -5271721 or 5738415. OLE color: 5738415.

HSL color Cylindrical-coordinate representation of color #AF8F57: hue angle of 38.18º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF8F57 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB17514387-
CMYK00.180.500.31
HSL38.18º35.48%51.37%-
HSV(B)38.18º50.29%68.63%-
XYZ29.2229.4513.16-
YUV146.1894.6148.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.21%
GREEN value IS 143 (56.25% from 255) = 35.31%
BLUE value IS 87 (34.38% from 255) = 21.48%
R=43.21%
G=35.31%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751438700.180.500.3138.1835.4851.37
HexAF8F57012321F262333
Octal2572171270226237464363
Binary1010111110001111101011101001011001011111100110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8F57; }

 p { color: rgb(175,143,87); }

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

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

 a { background-color: rgb(175,143,87); }

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

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

 span { border-color: rgb(175,143,87); }

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