#A58372

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

Shades of Almond Frost #A58372

Tints of Almond Frost #A58372

Color information

#A58372 (or 0xA58372) is unknown color: approx Almond Frost. HEX triplet: A5, 83 and 72. RGB value is (165,131,114). Sum of RGB (Red+Green+Blue) = 165+131+114=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 165 - color contains mainly: red. Hex color #A58372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58372 is #5A7C8D. Grayscale: #8B8B8B. Windows color (decimal): -5930126 or 7504805. OLE color: 7504805.

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

Color convert

RGB165131114-
CMYK00.210.310.35
HSL20º22.08%54.71%-
HSV(B)20º30.91%64.71%-
XYZ26.6725.4519.43-
YUV139.23113.76146.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.24%
GREEN value IS 131 (51.56% from 255) = 31.95%
BLUE value IS 114 (44.92% from 255) = 27.80%
R=40.24%
G=31.95%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513111400.210.310.352022.0854.71
HexA583720151F23141637
Octal2452031620253743242667
Binary10100101100000111110010010101111111000111010010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58372; }

 p { color: rgb(165,131,114); }

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

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

 a { background-color: rgb(165,131,114); }

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

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

 span { border-color: rgb(165,131,114); }

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