#A58976

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

Shades of Almond Frost #A58976

Tints of Almond Frost #A58976

Color information

#A58976 (or 0xA58976) is unknown color: approx Almond Frost. HEX triplet: A5, 89 and 76. RGB value is (165,137,118). Sum of RGB (Red+Green+Blue) = 165+137+118=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 165 - color contains mainly: red. Hex color #A58976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58976 is #5A7689. Grayscale: #8F8F8F. Windows color (decimal): -5928586 or 7768485. OLE color: 7768485.

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

Color convert

RGB165137118-
CMYK00.170.280.35
HSL24.26º20.7%55.49%-
HSV(B)24.26º28.48%64.71%-
XYZ27.7327.220.93-
YUV143.21113.78143.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.29%
GREEN value IS 137 (53.91% from 255) = 32.62%
BLUE value IS 118 (46.48% from 255) = 28.10%
R=39.29%
G=32.62%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513711800.170.280.3524.2620.755.49
HexA589760111C23181537
Octal2452111660213443302567
Binary10100101100010011110110010001111001000111100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58976; }

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

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

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

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

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

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

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

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