#A2897D

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

Shades of Almond Frost #A2897D

Tints of Almond Frost #A2897D

Color information

#A2897D (or 0xA2897D) is unknown color: approx Almond Frost. HEX triplet: A2, 89 and 7D. RGB value is (162,137,125). Sum of RGB (Red+Green+Blue) = 162+137+125=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 162 - color contains mainly: red. Hex color #A2897D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2897D is #5D7682. Grayscale: #8F8F8F. Windows color (decimal): -6125187 or 8227234. OLE color: 8227234.

HSL color Cylindrical-coordinate representation of color #A2897D: hue angle of 19.46º 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 #A2897D is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB162137125-
CMYK00.150.230.36
HSL19.46º16.59%56.27%-
HSV(B)19.46º22.84%63.53%-
XYZ27.5527.0523.17-
YUV143.11117.78141.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.21%
GREEN value IS 137 (53.91% from 255) = 32.31%
BLUE value IS 125 (49.22% from 255) = 29.48%
R=38.21%
G=32.31%
B=29.48%

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
Decimal16213712500.150.230.3619.4616.5956.27
HexA2897D0F1724131138
Octal2422111750172744232170
Binary1010001010001001111110101111101111001001001110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2897D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2897D; }

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

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

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

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

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

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

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

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