#A28576

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

Shades of Almond Frost #A28576

Tints of Almond Frost #A28576

Color information

#A28576 (or 0xA28576) is unknown color: approx Almond Frost. HEX triplet: A2, 85 and 76. RGB value is (162,133,118). Sum of RGB (Red+Green+Blue) = 162+133+118=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 162 - color contains mainly: red. Hex color #A28576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28576 is #5D7A89. Grayscale: #8C8C8C. Windows color (decimal): -6126218 or 7767458. OLE color: 7767458.

HSL color Cylindrical-coordinate representation of color #A28576: hue angle of 20.45º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A28576 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB162133118-
CMYK00.180.270.36
HSL20.45º19.13%54.9%-
HSV(B)20.45º27.16%63.53%-
XYZ26.5625.7620.71-
YUV139.96115.61143.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.23%
GREEN value IS 133 (52.34% from 255) = 32.20%
BLUE value IS 118 (46.48% from 255) = 28.57%
R=39.23%
G=32.20%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213311800.180.270.3620.4519.1354.9
HexA285760121B24141337
Octal2422051660223344242367
Binary10100010100001011110110010010110111001001010010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28576; }

 p { color: rgb(162,133,118); }

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

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

 a { background-color: rgb(162,133,118); }

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

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

 span { border-color: rgb(162,133,118); }

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