#AF918D

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

Shades of Thatch #AF918D

Tints of Thatch #AF918D

Color information

#AF918D (or 0xAF918D) is unknown color: approx Thatch. HEX triplet: AF, 91 and 8D. RGB value is (175,145,141). Sum of RGB (Red+Green+Blue) = 175+145+141=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF918D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF918D is #506E72. Grayscale: #999999. Windows color (decimal): -5271155 or 9277871. OLE color: 9277871.

HSL color Cylindrical-coordinate representation of color #AF918D: hue angle of 7.06º degrees, saturation: 0.18, 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 #AF918D is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB175145141-
CMYK00.170.190.31
HSL7.06º17.53%61.96%-
HSV(B)7.06º19.43%68.63%-
XYZ32.6131.2929.52-
YUV153.51120.94143.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 145 (57.03% from 255) = 31.45%
BLUE value IS 141 (55.47% from 255) = 30.59%
R=37.96%
G=31.45%
B=30.59%

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
Decimal17514514100.170.190.317.0617.5361.96
HexAF918D011131F7123e
Octal257221215021233772276
Binary101011111001000110001101010001100111111111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF918D; }

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

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

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

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

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

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

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

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