#A2877E

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

Shades of Almond Frost #A2877E

Tints of Almond Frost #A2877E

Color information

#A2877E (or 0xA2877E) is unknown color: approx Almond Frost. HEX triplet: A2, 87 and 7E. RGB value is (162,135,126). Sum of RGB (Red+Green+Blue) = 162+135+126=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 162 - color contains mainly: red. Hex color #A2877E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2877E is #5D7881. Grayscale: #8E8E8E. Windows color (decimal): -6125698 or 8292258. OLE color: 8292258.

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

Color convert

RGB162135126-
CMYK00.170.220.36
HSL15º16.22%56.47%-
HSV(B)15º22.22%63.53%-
XYZ27.3326.5223.42-
YUV142.05118.95142.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.30%
GREEN value IS 135 (53.12% from 255) = 31.91%
BLUE value IS 126 (49.61% from 255) = 29.79%
R=38.30%
G=31.91%
B=29.79%

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
Decimal16213512600.170.220.361516.2256.47
HexA2877E0111624f1038
Octal2422071760212644172070
Binary1010001010000111111111001000110110100100111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2877E; }

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

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

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

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

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

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

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

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