#AA948E

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

Shades of Thatch #AA948E

Tints of Thatch #AA948E

Color information

#AA948E (or 0xAA948E) is unknown color: approx Thatch. HEX triplet: AA, 94 and 8E. RGB value is (170,148,142). Sum of RGB (Red+Green+Blue) = 170+148+142=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 170 - color contains mainly: red. Hex color #AA948E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA948E is #556B71. Grayscale: #999999. Windows color (decimal): -5598066 or 9344170. OLE color: 9344170.

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

Color convert

RGB170148142-
CMYK00.130.160.33
HSL12.86º14.14%61.18%-
HSV(B)12.86º16.47%66.67%-
XYZ32.0531.6830.02-
YUV153.89121.29139.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.96%
GREEN value IS 148 (58.20% from 255) = 32.17%
BLUE value IS 142 (55.86% from 255) = 30.87%
R=36.96%
G=32.17%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014814200.130.160.3312.8614.1461.18
HexAA948E0D1021de3d
Octal2522242160152041151675
Binary101010101001010010001110011011000010000111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA948E; }

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

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

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

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

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

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

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

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