#A1897A

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

Shades of Almond Frost #A1897A

Tints of Almond Frost #A1897A

Color information

#A1897A (or 0xA1897A) is unknown color: approx Almond Frost. HEX triplet: A1, 89 and 7A. RGB value is (161,137,122). Sum of RGB (Red+Green+Blue) = 161+137+122=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 161 - color contains mainly: red. Hex color #A1897A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1897A is #5E7685. Grayscale: #8E8E8E. Windows color (decimal): -6190726 or 8030625. OLE color: 8030625.

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

Color convert

RGB161137122-
CMYK00.150.240.37
HSL23.08º17.18%55.49%-
HSV(B)23.08º24.22%63.14%-
XYZ27.1626.8722.17-
YUV142.47116.45141.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.33%
GREEN value IS 137 (53.91% from 255) = 32.62%
BLUE value IS 122 (48.05% from 255) = 29.05%
R=38.33%
G=32.62%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113712200.150.240.3723.0817.1855.49
HexA1897A0F1825171137
Octal2412111720173045272167
Binary1010000110001001111101001111110001001011011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1897A; }

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

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

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

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

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

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

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

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