#AF918E

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

Shades of Thatch #AF918E

Tints of Thatch #AF918E

Color information

#AF918E (or 0xAF918E) is unknown color: approx Thatch. HEX triplet: AF, 91 and 8E. RGB value is (175,145,142). Sum of RGB (Red+Green+Blue) = 175+145+142=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AF918E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF918E is #506E71. Grayscale: #999999. Windows color (decimal): -5271154 or 9343407. OLE color: 9343407.

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

Color convert

RGB175145142-
CMYK00.170.190.31
HSL5.45º17.1%62.16%-
HSV(B)5.45º18.86%68.63%-
XYZ32.6931.3229.91-
YUV153.63121.44143.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.88%
GREEN value IS 145 (57.03% from 255) = 31.39%
BLUE value IS 142 (55.86% from 255) = 30.74%
R=37.88%
G=31.39%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514514200.170.190.315.4517.162.16
HexAF918E011131F5113e
Octal257221216021233752176
Binary101011111001000110001110010001100111111110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF918E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF918E; }

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

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

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

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

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

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

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

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