#A28979

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

Shades of Almond Frost #A28979

Tints of Almond Frost #A28979

Color information

#A28979 (or 0xA28979) is unknown color: approx Almond Frost. HEX triplet: A2, 89 and 79. RGB value is (162,137,121). Sum of RGB (Red+Green+Blue) = 162+137+121=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 162 - color contains mainly: red. Hex color #A28979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28979 is #5D7686. Grayscale: #8E8E8E. Windows color (decimal): -6125191 or 7965090. OLE color: 7965090.

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

Color convert

RGB162137121-
CMYK00.150.250.36
HSL23.41º18.06%55.49%-
HSV(B)23.41º25.31%63.53%-
XYZ27.326.9521.85-
YUV142.65115.78141.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.57%
GREEN value IS 137 (53.91% from 255) = 32.62%
BLUE value IS 121 (47.66% from 255) = 28.81%
R=38.57%
G=32.62%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213712100.150.250.3623.4118.0655.49
HexA289790F1924171237
Octal2422111710173144272267
Binary1010001010001001111100101111110011001001011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28979; }

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

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

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

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

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

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

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

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