#af8456

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

Shades of Teak #AF8456

Tints of Teak #AF8456

Color information

#AF8456 (or 0xAF8456) is unknown color: approx Teak. HEX triplet: AF, 84 and 56. RGB value is (175,132,86). Sum of RGB (Red+Green+Blue) = 175+132+86=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8456 is #507BA9. Grayscale: #8B8B8B. Windows color (decimal): -5274538 or 5670063. OLE color: 5670063.

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

Color convert

RGB17513286-
CMYK00.250.510.31
HSL31.01º35.74%51.18%-
HSV(B)31.01º50.86%68.63%-
XYZ27.6126.2912.42-
YUV139.6197.75153.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.53%
GREEN value IS 132 (51.95% from 255) = 33.59%
BLUE value IS 86 (33.98% from 255) = 21.88%
R=44.53%
G=33.59%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751328600.250.510.3131.0135.7451.18
HexAF8456019331F1f2433
Octal2572041260316337374463
Binary101011111000010010101100110011100111111111111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af8456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af8456; }

 p { color: rgb(175,132,86); }

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

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

 a { background-color: rgb(175,132,86); }

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

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

 span { border-color: rgb(175,132,86); }

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