#A2877B

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

Shades of Almond Frost #A2877B

Tints of Almond Frost #A2877B

Color information

#A2877B (or 0xA2877B) is unknown color: approx Almond Frost. HEX triplet: A2, 87 and 7B. RGB value is (162,135,123). Sum of RGB (Red+Green+Blue) = 162+135+123=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 162 - color contains mainly: red. Hex color #A2877B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2877B is #5D7884. Grayscale: #8D8D8D. Windows color (decimal): -6125701 or 8095650. OLE color: 8095650.

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

Color convert

RGB162135123-
CMYK00.170.240.36
HSL18.46º17.33%55.88%-
HSV(B)18.46º24.07%63.53%-
XYZ27.1426.4422.41-
YUV141.7117.45142.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.57%
GREEN value IS 135 (53.12% from 255) = 32.14%
BLUE value IS 123 (48.44% from 255) = 29.29%
R=38.57%
G=32.14%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213512300.170.240.3618.4617.3355.88
HexA2877B0111824121138
Octal2422071730213044222170
Binary10100010100001111111011010001110001001001001010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2877B; }

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

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

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

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

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

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

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

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