#A1887F

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

Shades of Almond Frost #A1887F

Tints of Almond Frost #A1887F

Color information

#A1887F (or 0xA1887F) is unknown color: approx Almond Frost. HEX triplet: A1, 88 and 7F. RGB value is (161,136,127). Sum of RGB (Red+Green+Blue) = 161+136+127=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 161 - color contains mainly: red. Hex color #A1887F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1887F is #5E7780. Grayscale: #8E8E8E. Windows color (decimal): -6190977 or 8358049. OLE color: 8358049.

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

Color convert

RGB161136127-
CMYK00.160.210.37
HSL15.88º15.32%56.47%-
HSV(B)15.88º21.12%63.14%-
XYZ27.3326.7223.8-
YUV142.45119.28141.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.97%
GREEN value IS 136 (53.52% from 255) = 32.08%
BLUE value IS 127 (50% from 255) = 29.95%
R=37.97%
G=32.08%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113612700.160.210.3715.8815.3256.47
HexA1887F010152510f38
Octal2412101770202545201770
Binary1010000110001000111111101000010101100101100001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1887F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1887F; }

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

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

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

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

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

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

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

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