#A0897F

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

Shades of Almond Frost #A0897F

Tints of Almond Frost #A0897F

Color information

#A0897F (or 0xA0897F) is unknown color: approx Almond Frost. HEX triplet: A0, 89 and 7F. RGB value is (160,137,127). Sum of RGB (Red+Green+Blue) = 160+137+127=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 160 - color contains mainly: red. Hex color #A0897F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0897F is #5F7680. Grayscale: #8E8E8E. Windows color (decimal): -6256257 or 8358304. OLE color: 8358304.

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

Color convert

RGB160137127-
CMYK00.140.210.37
HSL18.18º14.8%56.27%-
HSV(B)18.18º20.62%62.75%-
XYZ27.2726.923.83-
YUV142.74119.12140.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.74%
GREEN value IS 137 (53.91% from 255) = 32.31%
BLUE value IS 127 (50% from 255) = 29.95%
R=37.74%
G=32.31%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013712700.140.210.3718.1814.856.27
HexA0897F0E152512f38
Octal2402111770162545221770
Binary101000001000100111111110111010101100101100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0897F; }

 p { color: rgb(160,137,127); }

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

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

 a { background-color: rgb(160,137,127); }

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

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

 span { border-color: rgb(160,137,127); }

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