#AF908D

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

Shades of Thatch #AF908D

Tints of Thatch #AF908D

Color information

#AF908D (or 0xAF908D) is unknown color: approx Thatch. HEX triplet: AF, 90 and 8D. RGB value is (175,144,141). Sum of RGB (Red+Green+Blue) = 175+144+141=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 175 - color contains mainly: red. Hex color #AF908D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF908D is #506F72. Grayscale: #989898. Windows color (decimal): -5271411 or 9277615. OLE color: 9277615.

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

Color convert

RGB175144141-
CMYK00.180.190.31
HSL5.29º17.53%61.96%-
HSV(B)5.29º19.43%68.63%-
XYZ32.4630.9829.47-
YUV152.93121.27143.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.04%
GREEN value IS 144 (56.64% from 255) = 31.30%
BLUE value IS 141 (55.47% from 255) = 30.65%
R=38.04%
G=31.30%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514414100.180.190.315.2917.5361.96
HexAF908D012131F5123e
Octal257220215022233752276
Binary101011111001000010001101010010100111111110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF908D; }

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

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

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

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

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

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

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

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