#AA8775

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

Shades of Almond Frost #AA8775

Tints of Almond Frost #AA8775

Color information

#AA8775 (or 0xAA8775) is unknown color: approx Almond Frost. HEX triplet: AA, 87 and 75. RGB value is (170,135,117). Sum of RGB (Red+Green+Blue) = 170+135+117=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8775 is #55788A. Grayscale: #8F8F8F. Windows color (decimal): -5601419 or 7702442. OLE color: 7702442.

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

Color convert

RGB170135117-
CMYK00.210.310.33
HSL20.38º23.77%56.27%-
HSV(B)20.38º31.18%66.67%-
XYZ28.4527.1620.57-
YUV143.41113.1146.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.28%
GREEN value IS 135 (53.12% from 255) = 31.99%
BLUE value IS 117 (46.09% from 255) = 27.73%
R=40.28%
G=31.99%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013511700.210.310.3320.3823.7756.27
HexAA87750151F21141838
Octal2522071650253741243070
Binary10101010100001111110101010101111111000011010011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8775; }

 p { color: rgb(170,135,117); }

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

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

 a { background-color: rgb(170,135,117); }

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

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

 span { border-color: rgb(170,135,117); }

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