#AA938C

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

Shades of Thatch #AA938C

Tints of Thatch #AA938C

Color information

#AA938C (or 0xAA938C) is unknown color: approx Thatch. HEX triplet: AA, 93 and 8C. RGB value is (170,147,140). Sum of RGB (Red+Green+Blue) = 170+147+140=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 170 - color contains mainly: red. Hex color #AA938C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA938C is #556C73. Grayscale: #999999. Windows color (decimal): -5598324 or 9212842. OLE color: 9212842.

HSL color Cylindrical-coordinate representation of color #AA938C: hue angle of 14º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA938C is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB170147140-
CMYK00.140.180.33
HSL14º15%60.78%-
HSV(B)14º17.65%66.67%-
XYZ31.7431.3129.18-
YUV153.08120.62140.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.20%
GREEN value IS 147 (57.81% from 255) = 32.17%
BLUE value IS 140 (55.08% from 255) = 30.63%
R=37.20%
G=32.17%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014714000.140.180.33141560.78
HexAA938C0E1221ef3d
Octal2522232140162241161775
Binary101010101001001110001100011101001010000111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA938C; }

 p { color: rgb(170,147,140); }

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

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

 a { background-color: rgb(170,147,140); }

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

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

 span { border-color: rgb(170,147,140); }

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