#A28579

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

Shades of Almond Frost #A28579

Tints of Almond Frost #A28579

Color information

#A28579 (or 0xA28579) is unknown color: approx Almond Frost. HEX triplet: A2, 85 and 79. RGB value is (162,133,121). Sum of RGB (Red+Green+Blue) = 162+133+121=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 121 (47.66% from 255 or 29.09% from 416); Max value from RGB is 162 - color contains mainly: red. Hex color #A28579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28579 is #5D7A86. Grayscale: #8C8C8C. Windows color (decimal): -6126215 or 7964066. OLE color: 7964066.

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

Color convert

RGB162133121-
CMYK00.180.250.36
HSL17.56º18.06%55.49%-
HSV(B)17.56º25.31%63.53%-
XYZ26.7425.8421.67-
YUV140.3117.11143.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.94%
GREEN value IS 133 (52.34% from 255) = 31.97%
BLUE value IS 121 (47.66% from 255) = 29.09%
R=38.94%
G=31.97%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213312100.180.250.3617.5618.0655.49
HexA285790121924121237
Octal2422051710223144222267
Binary10100010100001011111001010010110011001001001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28579; }

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

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

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

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

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

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

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

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