#A2897E

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

Shades of Almond Frost #A2897E

Tints of Almond Frost #A2897E

Color information

#A2897E (or 0xA2897E) is unknown color: approx Almond Frost. HEX triplet: A2, 89 and 7E. RGB value is (162,137,126). Sum of RGB (Red+Green+Blue) = 162+137+126=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 162 - color contains mainly: red. Hex color #A2897E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2897E is #5D7681. Grayscale: #8F8F8F. Windows color (decimal): -6125186 or 8292770. OLE color: 8292770.

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

Color convert

RGB162137126-
CMYK00.150.220.36
HSL18.33º16.22%56.47%-
HSV(B)18.33º22.22%63.53%-
XYZ27.6127.0823.51-
YUV143.22118.28141.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.12%
GREEN value IS 137 (53.91% from 255) = 32.24%
BLUE value IS 126 (49.61% from 255) = 29.65%
R=38.12%
G=32.24%
B=29.65%

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
Decimal16213712600.150.220.3618.3316.2256.47
HexA2897E0F1624121038
Octal2422111760172644222070
Binary1010001010001001111111001111101101001001001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2897E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2897E; }

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

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

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

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

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

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

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

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