#A2877F

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

Shades of Almond Frost #A2877F

Tints of Almond Frost #A2877F

Color information

#A2877F (or 0xA2877F) is unknown color: approx Almond Frost. HEX triplet: A2, 87 and 7F. RGB value is (162,135,127). Sum of RGB (Red+Green+Blue) = 162+135+127=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 162 - color contains mainly: red. Hex color #A2877F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2877F is #5D7880. Grayscale: #8E8E8E. Windows color (decimal): -6125697 or 8357794. OLE color: 8357794.

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

Color convert

RGB162135127-
CMYK00.170.220.36
HSL13.71º15.84%56.67%-
HSV(B)13.71º21.6%63.53%-
XYZ27.426.5423.76-
YUV142.16119.45142.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.21%
GREEN value IS 135 (53.12% from 255) = 31.84%
BLUE value IS 127 (50% from 255) = 29.95%
R=38.21%
G=31.84%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213512700.170.220.3613.7115.8456.67
HexA2877F0111624e1039
Octal2422071770212644162071
Binary1010001010000111111111101000110110100100111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2877F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2877F; }

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

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

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

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

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

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

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

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