#A58576

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

Shades of Almond Frost #A58576

Tints of Almond Frost #A58576

Color information

#A58576 (or 0xA58576) is unknown color: approx Almond Frost. HEX triplet: A5, 85 and 76. RGB value is (165,133,118). Sum of RGB (Red+Green+Blue) = 165+133+118=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 165 - color contains mainly: red. Hex color #A58576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58576 is #5A7A89. Grayscale: #8C8C8C. Windows color (decimal): -5929610 or 7767461. OLE color: 7767461.

HSL color Cylindrical-coordinate representation of color #A58576: hue angle of 19.15º 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 #A58576 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB165133118-
CMYK00.190.280.35
HSL19.15º20.7%55.49%-
HSV(B)19.15º28.48%64.71%-
XYZ27.1726.0820.74-
YUV140.86115.1145.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.66%
GREEN value IS 133 (52.34% from 255) = 31.97%
BLUE value IS 118 (46.48% from 255) = 28.37%
R=39.66%
G=31.97%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513311800.190.280.3519.1520.755.49
HexA585760131C23131537
Octal2452051660233443232567
Binary10100101100001011110110010011111001000111001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58576; }

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

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

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

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

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

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

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

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