#A2897C

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

Shades of Almond Frost #A2897C

Tints of Almond Frost #A2897C

Color information

#A2897C (or 0xA2897C) is unknown color: approx Almond Frost. HEX triplet: A2, 89 and 7C. RGB value is (162,137,124). Sum of RGB (Red+Green+Blue) = 162+137+124=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 162 - color contains mainly: red. Hex color #A2897C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2897C is #5D7683. Grayscale: #8F8F8F. Windows color (decimal): -6125188 or 8161698. OLE color: 8161698.

HSL color Cylindrical-coordinate representation of color #A2897C: hue angle of 20.53º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A2897C is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB162137124-
CMYK00.150.230.36
HSL20.53º16.96%56.08%-
HSV(B)20.53º23.46%63.53%-
XYZ27.4827.0322.84-
YUV142.99117.28141.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.30%
GREEN value IS 137 (53.91% from 255) = 32.39%
BLUE value IS 124 (48.83% from 255) = 29.31%
R=38.30%
G=32.39%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213712400.150.230.3620.5316.9656.08
HexA2897C0F1724151138
Octal2422111740172744252170
Binary1010001010001001111110001111101111001001010110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2897C; }

 p { color: rgb(162,137,124); }

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

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

 a { background-color: rgb(162,137,124); }

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

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

 span { border-color: rgb(162,137,124); }

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