#AA928A

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

Shades of Thatch #AA928A

Tints of Thatch #AA928A

Color information

#AA928A (or 0xAA928A) is unknown color: approx Thatch. HEX triplet: AA, 92 and 8A. RGB value is (170,146,138). Sum of RGB (Red+Green+Blue) = 170+146+138=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 170 - color contains mainly: red. Hex color #AA928A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA928A is #556D75. Grayscale: #989898. Windows color (decimal): -5598582 or 9081514. OLE color: 9081514.

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

Color convert

RGB170146138-
CMYK00.140.190.33
HSL15º15.84%60.39%-
HSV(B)15º18.82%66.67%-
XYZ31.4430.9428.36-
YUV152.26119.95140.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.44%
GREEN value IS 146 (57.42% from 255) = 32.16%
BLUE value IS 138 (54.30% from 255) = 30.40%
R=37.44%
G=32.16%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014613800.140.190.331515.8460.39
HexAA928A0E1321f103c
Octal2522222120162341172074
Binary1010101010010010100010100111010011100001111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA928A; }

 p { color: rgb(170,146,138); }

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

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

 a { background-color: rgb(170,146,138); }

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

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

 span { border-color: rgb(170,146,138); }

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