#A58473

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

Shades of Almond Frost #A58473

Tints of Almond Frost #A58473

Color information

#A58473 (or 0xA58473) is unknown color: approx Almond Frost. HEX triplet: A5, 84 and 73. RGB value is (165,132,115). Sum of RGB (Red+Green+Blue) = 165+132+115=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A58473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58473 is #5A7B8C. Grayscale: #8C8C8C. Windows color (decimal): -5929869 or 7570597. OLE color: 7570597.

HSL color Cylindrical-coordinate representation of color #A58473: hue angle of 20.4º degrees, saturation: 0.22, 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 #A58473 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB165132115-
CMYK00.200.300.35
HSL20.4º21.74%54.9%-
HSV(B)20.4º30.3%64.71%-
XYZ26.8625.7419.77-
YUV139.93113.93145.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.05%
GREEN value IS 132 (51.95% from 255) = 32.04%
BLUE value IS 115 (45.31% from 255) = 27.91%
R=40.05%
G=32.04%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513211500.200.300.3520.421.7454.9
HexA584730141E23141637
Octal2452041630243643242667
Binary10100101100001001110011010100111101000111010010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58473; }

 p { color: rgb(165,132,115); }

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

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

 a { background-color: rgb(165,132,115); }

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

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

 span { border-color: rgb(165,132,115); }

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