#A58979

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

Shades of Almond Frost #A58979

Tints of Almond Frost #A58979

Color information

#A58979 (or 0xA58979) is unknown color: approx Almond Frost. HEX triplet: A5, 89 and 79. RGB value is (165,137,121). Sum of RGB (Red+Green+Blue) = 165+137+121=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 165 - color contains mainly: red. Hex color #A58979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58979 is #5A7686. Grayscale: #8F8F8F. Windows color (decimal): -5928583 or 7965093. OLE color: 7965093.

HSL color Cylindrical-coordinate representation of color #A58979: hue angle of 21.82º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A58979 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB165137121-
CMYK00.170.270.35
HSL21.82º19.64%56.08%-
HSV(B)21.82º26.67%64.71%-
XYZ27.9127.2721.88-
YUV143.55115.28143.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.01%
GREEN value IS 137 (53.91% from 255) = 32.39%
BLUE value IS 121 (47.66% from 255) = 28.61%
R=39.01%
G=32.39%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513712100.170.270.3521.8219.6456.08
HexA589790111B23161438
Octal2452111710213343262470
Binary10100101100010011111001010001110111000111011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58979; }

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

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

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

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

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

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

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

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