#A0857B

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

Shades of Almond Frost #A0857B

Tints of Almond Frost #A0857B

Color information

#A0857B (or 0xA0857B) is unknown color: approx Almond Frost. HEX triplet: A0, 85 and 7B. RGB value is (160,133,123). Sum of RGB (Red+Green+Blue) = 160+133+123=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 160 - color contains mainly: red. Hex color #A0857B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0857B is #5F7A84. Grayscale: #8C8C8C. Windows color (decimal): -6257285 or 8095136. OLE color: 8095136.

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

Color convert

RGB160133123-
CMYK00.170.230.37
HSL16.22º16.3%55.49%-
HSV(B)16.22º23.13%62.75%-
XYZ26.4625.6822.3-
YUV139.93118.45142.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.46%
GREEN value IS 133 (52.34% from 255) = 31.97%
BLUE value IS 123 (48.44% from 255) = 29.57%
R=38.46%
G=31.97%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013312300.170.230.3716.2216.355.49
HexA0857B0111725101037
Octal2402051730212745202067
Binary10100000100001011111011010001101111001011000010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0857B; }

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

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

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

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

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

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

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

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