#A2897F

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

Shades of Almond Frost #A2897F

Tints of Almond Frost #A2897F

Color information

#A2897F (or 0xA2897F) is unknown color: approx Almond Frost. HEX triplet: A2, 89 and 7F. RGB value is (162,137,127). Sum of RGB (Red+Green+Blue) = 162+137+127=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 162 - color contains mainly: red. Hex color #A2897F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2897F is #5D7680. Grayscale: #8F8F8F. Windows color (decimal): -6125185 or 8358306. OLE color: 8358306.

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

Color convert

RGB162137127-
CMYK00.150.220.36
HSL17.14º15.84%56.67%-
HSV(B)17.14º21.6%63.53%-
XYZ27.6827.1123.85-
YUV143.34118.78141.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.03%
GREEN value IS 137 (53.91% from 255) = 32.16%
BLUE value IS 127 (50% from 255) = 29.81%
R=38.03%
G=32.16%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213712700.150.220.3617.1415.8456.67
HexA2897F0F1624111039
Octal2422111770172644212071
Binary1010001010001001111111101111101101001001000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2897F; }

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

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

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

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

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

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

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

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