#AF8555

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

Shades of Teak #AF8555

Tints of Teak #AF8555

Color information

#AF8555 (or 0xAF8555) is unknown color: approx Teak. HEX triplet: AF, 85 and 55. RGB value is (175,133,85). Sum of RGB (Red+Green+Blue) = 175+133+85=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8555 is #507AAA. Grayscale: #8C8C8C. Windows color (decimal): -5274283 or 5604783. OLE color: 5604783.

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

Color convert

RGB17513385-
CMYK00.240.510.31
HSL32º36%50.98%-
HSV(B)32º51.43%68.63%-
XYZ27.7126.5412.26-
YUV140.0996.91152.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.53%
GREEN value IS 133 (52.34% from 255) = 33.84%
BLUE value IS 85 (33.59% from 255) = 21.63%
R=44.53%
G=33.84%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751338500.240.510.31323650.98
HexAF8555018331F202433
Octal2572051250306337404463
Binary1010111110000101101010101100011001111111100000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8555; }

 p { color: rgb(175,133,85); }

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

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

 a { background-color: rgb(175,133,85); }

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

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

 span { border-color: rgb(175,133,85); }

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