#AA928B

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

Shades of Thatch #AA928B

Tints of Thatch #AA928B

Color information

#AA928B (or 0xAA928B) is unknown color: approx Thatch. HEX triplet: AA, 92 and 8B. RGB value is (170,146,139). Sum of RGB (Red+Green+Blue) = 170+146+139=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 170 - color contains mainly: red. Hex color #AA928B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA928B is #556D74. Grayscale: #989898. Windows color (decimal): -5598581 or 9147050. OLE color: 9147050.

HSL color Cylindrical-coordinate representation of color #AA928B: hue angle of 13.55º 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 #AA928B is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB170146139-
CMYK00.140.180.33
HSL13.55º15.42%60.59%-
HSV(B)13.55º18.24%66.67%-
XYZ31.5230.9728.74-
YUV152.38120.45140.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.36%
GREEN value IS 146 (57.42% from 255) = 32.09%
BLUE value IS 139 (54.69% from 255) = 30.55%
R=37.36%
G=32.09%
B=30.55%

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
Decimal17014613900.140.180.3313.5515.4260.59
HexAA928B0E1221ef3d
Octal2522222130162241161775
Binary101010101001001010001011011101001010000111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA928B; }

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

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

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

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

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

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

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

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