#AA8573

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

Shades of Almond Frost #AA8573

Tints of Almond Frost #AA8573

Color information

#AA8573 (or 0xAA8573) is unknown color: approx Almond Frost. HEX triplet: AA, 85 and 73. RGB value is (170,133,115). Sum of RGB (Red+Green+Blue) = 170+133+115=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8573 is #557A8C. Grayscale: #8E8E8E. Windows color (decimal): -5601933 or 7570858. OLE color: 7570858.

HSL color Cylindrical-coordinate representation of color #AA8573: hue angle of 19.64º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA8573 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB170133115-
CMYK00.220.320.33
HSL19.64º24.44%55.88%-
HSV(B)19.64º32.35%66.67%-
XYZ28.0626.5619.87-
YUV142.01112.76147.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.67%
GREEN value IS 133 (52.34% from 255) = 31.82%
BLUE value IS 115 (45.31% from 255) = 27.51%
R=40.67%
G=31.82%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013311500.220.320.3319.6424.4455.88
HexAA85730162021141838
Octal2522051630264041243070
Binary101010101000010111100110101101000001000011010011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8573; }

 p { color: rgb(170,133,115); }

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

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

 a { background-color: rgb(170,133,115); }

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

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

 span { border-color: rgb(170,133,115); }

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