#AF948D

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

Shades of Thatch #AF948D

Tints of Thatch #AF948D

Color information

#AF948D (or 0xAF948D) is unknown color: approx Thatch. HEX triplet: AF, 94 and 8D. RGB value is (175,148,141). Sum of RGB (Red+Green+Blue) = 175+148+141=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AF948D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF948D is #506B72. Grayscale: #9B9B9B. Windows color (decimal): -5270387 or 9278639. OLE color: 9278639.

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

Color convert

RGB175148141-
CMYK00.150.190.31
HSL12.35º17.53%61.96%-
HSV(B)12.35º19.43%68.63%-
XYZ33.0832.2229.67-
YUV155.28119.95142.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.72%
GREEN value IS 148 (58.20% from 255) = 31.90%
BLUE value IS 141 (55.47% from 255) = 30.39%
R=37.72%
G=31.90%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514814100.150.190.3112.3517.5361.96
HexAF948D0F131Fc123e
Octal2572242150172337142276
Binary101011111001010010001101011111001111111110010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF948D; }

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

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

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

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

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

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

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

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