#A1887C

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

Shades of Almond Frost #A1887C

Tints of Almond Frost #A1887C

Color information

#A1887C (or 0xA1887C) is unknown color: approx Almond Frost. HEX triplet: A1, 88 and 7C. RGB value is (161,136,124). Sum of RGB (Red+Green+Blue) = 161+136+124=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 161 - color contains mainly: red. Hex color #A1887C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1887C is #5E7783. Grayscale: #8E8E8E. Windows color (decimal): -6190980 or 8161441. OLE color: 8161441.

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

Color convert

RGB161136124-
CMYK00.160.230.37
HSL19.46º16.44%55.88%-
HSV(B)19.46º22.98%63.14%-
XYZ27.1426.6422.78-
YUV142.11117.78141.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.24%
GREEN value IS 136 (53.52% from 255) = 32.30%
BLUE value IS 124 (48.83% from 255) = 29.45%
R=38.24%
G=32.30%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113612400.160.230.3719.4616.4455.88
HexA1887C0101725131038
Octal2412101740202745232070
Binary10100001100010001111100010000101111001011001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1887C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1887C; }

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

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

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

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

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

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

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

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