#AF958F

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

Shades of Thatch #AF958F

Tints of Thatch #AF958F

Color information

#AF958F (or 0xAF958F) is unknown color: approx Thatch. HEX triplet: AF, 95 and 8F. RGB value is (175,149,143). Sum of RGB (Red+Green+Blue) = 175+149+143=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AF958F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF958F is #506A70. Grayscale: #9C9C9C. Windows color (decimal): -5270129 or 9409967. OLE color: 9409967.

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

Color convert

RGB175149143-
CMYK00.150.180.31
HSL11.25º16.67%62.35%-
HSV(B)11.25º18.29%68.63%-
XYZ33.3832.5930.52-
YUV156.09120.61141.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.47%
GREEN value IS 149 (58.59% from 255) = 31.91%
BLUE value IS 143 (56.25% from 255) = 30.62%
R=37.47%
G=31.91%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514914300.150.180.3111.2516.6762.35
HexAF958F0F121Fb113e
Octal2572252170172237132176
Binary101011111001010110001111011111001011111101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF958F; }

 p { color: rgb(175,149,143); }

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

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

 a { background-color: rgb(175,149,143); }

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

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

 span { border-color: rgb(175,149,143); }

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