#A1897F

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

Shades of Almond Frost #A1897F

Tints of Almond Frost #A1897F

Color information

#A1897F (or 0xA1897F) is unknown color: approx Almond Frost. HEX triplet: A1, 89 and 7F. RGB value is (161,137,127). Sum of RGB (Red+Green+Blue) = 161+137+127=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 161 - color contains mainly: red. Hex color #A1897F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1897F is #5E7680. Grayscale: #8F8F8F. Windows color (decimal): -6190721 or 8358305. OLE color: 8358305.

HSL color Cylindrical-coordinate representation of color #A1897F: hue angle of 17.65º 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 #A1897F is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB161137127-
CMYK00.150.210.37
HSL17.65º15.32%56.47%-
HSV(B)17.65º21.12%63.14%-
XYZ27.472723.84-
YUV143.04118.95140.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.88%
GREEN value IS 137 (53.91% from 255) = 32.24%
BLUE value IS 127 (50% from 255) = 29.88%
R=37.88%
G=32.24%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113712700.150.210.3717.6515.3256.47
HexA1897F0F152512f38
Octal2412111770172545221770
Binary101000011000100111111110111110101100101100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1897F; }

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

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

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

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

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

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

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

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