#A0857A

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

Shades of Almond Frost #A0857A

Tints of Almond Frost #A0857A

Color information

#A0857A (or 0xA0857A) is unknown color: approx Almond Frost. HEX triplet: A0, 85 and 7A. RGB value is (160,133,122). Sum of RGB (Red+Green+Blue) = 160+133+122=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 160 - color contains mainly: red. Hex color #A0857A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0857A is #5F7A85. Grayscale: #8B8B8B. Windows color (decimal): -6257286 or 8029600. OLE color: 8029600.

HSL color Cylindrical-coordinate representation of color #A0857A: hue angle of 17.37º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0857A is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB160133122-
CMYK00.170.240.37
HSL17.37º16.67%55.29%-
HSV(B)17.37º23.75%62.75%-
XYZ26.425.6521.97-
YUV139.82117.95142.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.55%
GREEN value IS 133 (52.34% from 255) = 32.05%
BLUE value IS 122 (48.05% from 255) = 29.40%
R=38.55%
G=32.05%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013312200.170.240.3717.3716.6755.29
HexA0857A0111825111137
Octal2402051720213045212167
Binary10100000100001011111010010001110001001011000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0857A; }

 p { color: rgb(160,133,122); }

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

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

 a { background-color: rgb(160,133,122); }

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

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

 span { border-color: rgb(160,133,122); }

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