#AF8B57

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

Shades of Teak #AF8B57

Tints of Teak #AF8B57

Color information

#AF8B57 (or 0xAF8B57) is unknown color: approx Teak. HEX triplet: AF, 8B and 57. RGB value is (175,139,87). Sum of RGB (Red+Green+Blue) = 175+139+87=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 87 (34.38% from 255 or 21.70% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8B57 is #5074A8. Grayscale: #909090. Windows color (decimal): -5272745 or 5737391. OLE color: 5737391.

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

Color convert

RGB17513987-
CMYK00.210.500.31
HSL35.45º35.48%51.37%-
HSV(B)35.45º50.29%68.63%-
XYZ28.6328.2712.96-
YUV143.8495.93150.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 139 (54.69% from 255) = 34.66%
BLUE value IS 87 (34.38% from 255) = 21.70%
R=43.64%
G=34.66%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751398700.210.500.3135.4535.4851.37
HexAF8B57015321F232333
Octal2572131270256237434363
Binary1010111110001011101011101010111001011111100011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8B57; }

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

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

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

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

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

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

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

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