#A2887B

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

Shades of Almond Frost #A2887B

Tints of Almond Frost #A2887B

Color information

#A2887B (or 0xA2887B) is unknown color: approx Almond Frost. HEX triplet: A2, 88 and 7B. RGB value is (162,136,123). Sum of RGB (Red+Green+Blue) = 162+136+123=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 162 - color contains mainly: red. Hex color #A2887B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2887B is #5D7784. Grayscale: #8E8E8E. Windows color (decimal): -6125445 or 8095906. OLE color: 8095906.

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

Color convert

RGB162136123-
CMYK00.160.240.36
HSL20º17.33%55.88%-
HSV(B)20º24.07%63.53%-
XYZ27.2826.7222.46-
YUV142.29117.11142.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.48%
GREEN value IS 136 (53.52% from 255) = 32.30%
BLUE value IS 123 (48.44% from 255) = 29.22%
R=38.48%
G=32.30%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213612300.160.240.362017.3355.88
HexA2887B0101824141138
Octal2422101730203044242170
Binary10100010100010001111011010000110001001001010010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2887B; }

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

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

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

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

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

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

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

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