#A58574

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

Shades of Almond Frost #A58574

Tints of Almond Frost #A58574

Color information

#A58574 (or 0xA58574) is unknown color: approx Almond Frost. HEX triplet: A5, 85 and 74. RGB value is (165,133,116). Sum of RGB (Red+Green+Blue) = 165+133+116=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 165 - color contains mainly: red. Hex color #A58574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58574 is #5A7A8B. Grayscale: #8C8C8C. Windows color (decimal): -5929612 or 7636389. OLE color: 7636389.

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

Color convert

RGB165133116-
CMYK00.190.300.35
HSL20.82º21.4%55.1%-
HSV(B)20.82º29.7%64.71%-
XYZ27.0626.0420.12-
YUV140.63114.1145.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.86%
GREEN value IS 133 (52.34% from 255) = 32.13%
BLUE value IS 116 (45.70% from 255) = 28.02%
R=39.86%
G=32.13%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513311600.190.300.3520.8221.455.1
HexA585740131E23151537
Octal2452051640233643252567
Binary10100101100001011110100010011111101000111010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58574; }

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

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

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

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

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

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

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

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