#AF918C

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

Shades of Thatch #AF918C

Tints of Thatch #AF918C

Color information

#AF918C (or 0xAF918C) is unknown color: approx Thatch. HEX triplet: AF, 91 and 8C. RGB value is (175,145,140). Sum of RGB (Red+Green+Blue) = 175+145+140=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 175 - color contains mainly: red. Hex color #AF918C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF918C is #506E73. Grayscale: #999999. Windows color (decimal): -5271156 or 9212335. OLE color: 9212335.

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

Color convert

RGB175145140-
CMYK00.170.20.31
HSL8.57º17.95%61.76%-
HSV(B)8.57º20%68.63%-
XYZ32.5431.2629.13-
YUV153.4120.44143.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.04%
GREEN value IS 145 (57.03% from 255) = 31.52%
BLUE value IS 140 (55.08% from 255) = 30.43%
R=38.04%
G=31.52%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514514000.170.20.318.5717.9561.76
HexAF918C011141F9123e
Octal2572212140212437112276
Binary1010111110010001100011000100011010011111100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF918C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF918C; }

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

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

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

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

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

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

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

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