#AF9691

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

Shades of Thatch #AF9691

Tints of Thatch #AF9691

Color information

#AF9691 (or 0xAF9691) is unknown color: approx Thatch. HEX triplet: AF, 96 and 91. RGB value is (175,150,145). Sum of RGB (Red+Green+Blue) = 175+150+145=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 145 (57.03% from 255 or 30.85% from 470); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9691 is #50696E. Grayscale: #9C9C9C. Windows color (decimal): -5269871 or 9541295. OLE color: 9541295.

HSL color Cylindrical-coordinate representation of color #AF9691: hue angle of 10º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AF9691 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB175150145-
CMYK00.140.170.31
HSL10º15.79%62.75%-
HSV(B)10º17.14%68.63%-
XYZ33.732.9731.38-
YUV156.9121.28140.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.23%
GREEN value IS 150 (58.98% from 255) = 31.91%
BLUE value IS 145 (57.03% from 255) = 30.85%
R=37.23%
G=31.91%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515014500.140.170.311015.7962.75
HexAF96910E111Fa103f
Octal2572262210162137122077
Binary101011111001011010010001011101000111111101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9691; }

 p { color: rgb(175,150,145); }

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

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

 a { background-color: rgb(175,150,145); }

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

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

 span { border-color: rgb(175,150,145); }

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