#A1887A

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

Shades of Almond Frost #A1887A

Tints of Almond Frost #A1887A

Color information

#A1887A (or 0xA1887A) is unknown color: approx Almond Frost. HEX triplet: A1, 88 and 7A. RGB value is (161,136,122). Sum of RGB (Red+Green+Blue) = 161+136+122=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 161 - color contains mainly: red. Hex color #A1887A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1887A is #5E7785. Grayscale: #8D8D8D. Windows color (decimal): -6190982 or 8030369. OLE color: 8030369.

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

Color convert

RGB161136122-
CMYK00.160.240.37
HSL21.54º17.18%55.49%-
HSV(B)21.54º24.22%63.14%-
XYZ27.0126.5922.12-
YUV141.88116.78141.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.42%
GREEN value IS 136 (53.52% from 255) = 32.46%
BLUE value IS 122 (48.05% from 255) = 29.12%
R=38.42%
G=32.46%
B=29.12%

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
Decimal16113612200.160.240.3721.5417.1855.49
HexA1887A0101825161137
Octal2412101720203045262167
Binary10100001100010001111010010000110001001011011010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1887A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1887A; }

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

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

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

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

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

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

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

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