#A28577

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

Shades of Almond Frost #A28577

Tints of Almond Frost #A28577

Color information

#A28577 (or 0xA28577) is unknown color: approx Almond Frost. HEX triplet: A2, 85 and 77. RGB value is (162,133,119). Sum of RGB (Red+Green+Blue) = 162+133+119=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A28577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28577 is #5D7A88. Grayscale: #8C8C8C. Windows color (decimal): -6126217 or 7832994. OLE color: 7832994.

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

Color convert

RGB162133119-
CMYK00.180.270.36
HSL19.53º18.78%55.1%-
HSV(B)19.53º26.54%63.53%-
XYZ26.6225.7921.03-
YUV140.07116.11143.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.13%
GREEN value IS 133 (52.34% from 255) = 32.13%
BLUE value IS 119 (46.88% from 255) = 28.74%
R=39.13%
G=32.13%
B=28.74%

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
Decimal16213311900.180.270.3619.5318.7855.1
HexA285770121B24141337
Octal2422051670223344242367
Binary10100010100001011110111010010110111001001010010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28577; }

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

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

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

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

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

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

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

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