#A0867C

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

Shades of Almond Frost #A0867C

Tints of Almond Frost #A0867C

Color information

#A0867C (or 0xA0867C) is unknown color: approx Almond Frost. HEX triplet: A0, 86 and 7C. RGB value is (160,134,124). Sum of RGB (Red+Green+Blue) = 160+134+124=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 134 (52.73% from 255 or 32.06% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 160 - color contains mainly: red. Hex color #A0867C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0867C is #5F7983. Grayscale: #8C8C8C. Windows color (decimal): -6257028 or 8160928. OLE color: 8160928.

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

Color convert

RGB160134124-
CMYK00.160.220.37
HSL16.67º15.93%55.69%-
HSV(B)16.67º22.5%62.75%-
XYZ26.6625.9822.68-
YUV140.63118.61141.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.28%
GREEN value IS 134 (52.73% from 255) = 32.06%
BLUE value IS 124 (48.83% from 255) = 29.67%
R=38.28%
G=32.06%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013412400.160.220.3716.6715.9355.69
HexA0867C0101625111038
Octal2402061740202645212070
Binary10100000100001101111100010000101101001011000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0867C; }

 p { color: rgb(160,134,124); }

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

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

 a { background-color: rgb(160,134,124); }

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

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

 span { border-color: rgb(160,134,124); }

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