#af8851

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

Shades of Teak #AF8851

Tints of Teak #AF8851

Color information

#AF8851 (or 0xAF8851) is unknown color: approx Teak. HEX triplet: AF, 88 and 51. RGB value is (175,136,81). Sum of RGB (Red+Green+Blue) = 175+136+81=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8851 is #5077AE. Grayscale: #8D8D8D. Windows color (decimal): -5273519 or 5343407. OLE color: 5343407.

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

Color convert

RGB17513681-
CMYK00.220.540.31
HSL35.11º37.01%50.2%-
HSV(B)35.11º53.71%68.63%-
XYZ27.9727.3211.58-
YUV141.3993.92151.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.64%
GREEN value IS 136 (53.52% from 255) = 34.69%
BLUE value IS 81 (32.03% from 255) = 20.66%
R=44.64%
G=34.69%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751368100.220.540.3135.1137.0150.2
HexAF8851016361F232532
Octal2572101210266637434562
Binary1010111110001000101000101011011011011111100011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af8851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af8851; }

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

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

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

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

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

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

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

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