#AA948D

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

Shades of Thatch #AA948D

Tints of Thatch #AA948D

Color information

#AA948D (or 0xAA948D) is unknown color: approx Thatch. HEX triplet: AA, 94 and 8D. RGB value is (170,148,141). Sum of RGB (Red+Green+Blue) = 170+148+141=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 170 - color contains mainly: red. Hex color #AA948D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA948D is #556B72. Grayscale: #999999. Windows color (decimal): -5598067 or 9278634. OLE color: 9278634.

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

Color convert

RGB170148141-
CMYK00.130.170.33
HSL14.48º14.57%60.98%-
HSV(B)14.48º17.06%66.67%-
XYZ31.9831.6529.62-
YUV153.78120.79139.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.04%
GREEN value IS 148 (58.20% from 255) = 32.24%
BLUE value IS 141 (55.47% from 255) = 30.72%
R=37.04%
G=32.24%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014814100.130.170.3314.4814.5760.98
HexAA948D0D1121ef3d
Octal2522242150152141161775
Binary101010101001010010001101011011000110000111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA948D; }

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

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

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

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

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

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

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

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