#A1887B

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

Shades of Almond Frost #A1887B

Tints of Almond Frost #A1887B

Color information

#A1887B (or 0xA1887B) is unknown color: approx Almond Frost. HEX triplet: A1, 88 and 7B. RGB value is (161,136,123). Sum of RGB (Red+Green+Blue) = 161+136+123=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 161 - color contains mainly: red. Hex color #A1887B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1887B is #5E7784. Grayscale: #8E8E8E. Windows color (decimal): -6190981 or 8095905. OLE color: 8095905.

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

Color convert

RGB161136123-
CMYK00.160.240.37
HSL20.53º16.81%55.69%-
HSV(B)20.53º23.6%63.14%-
XYZ27.0826.6222.45-
YUV141.99117.28141.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.33%
GREEN value IS 136 (53.52% from 255) = 32.38%
BLUE value IS 123 (48.44% from 255) = 29.29%
R=38.33%
G=32.38%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113612300.160.240.3720.5316.8155.69
HexA1887B0101825151138
Octal2412101730203045252170
Binary10100001100010001111011010000110001001011010110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1887B; }

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

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

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

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

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

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

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

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