#A1897B

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

Shades of Almond Frost #A1897B

Tints of Almond Frost #A1897B

Color information

#A1897B (or 0xA1897B) is unknown color: approx Almond Frost. HEX triplet: A1, 89 and 7B. RGB value is (161,137,123). Sum of RGB (Red+Green+Blue) = 161+137+123=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 161 - color contains mainly: red. Hex color #A1897B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1897B is #5E7684. Grayscale: #8E8E8E. Windows color (decimal): -6190725 or 8096161. OLE color: 8096161.

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

Color convert

RGB161137123-
CMYK00.150.240.37
HSL22.11º16.81%55.69%-
HSV(B)22.11º23.6%63.14%-
XYZ27.2226.922.5-
YUV142.58116.95141.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.24%
GREEN value IS 137 (53.91% from 255) = 32.54%
BLUE value IS 123 (48.44% from 255) = 29.22%
R=38.24%
G=32.54%
B=29.22%

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
Decimal16113712300.150.240.3722.1116.8155.69
HexA1897B0F1825161138
Octal2412111730173045262170
Binary1010000110001001111101101111110001001011011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1897B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1897B; }

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

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

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

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

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

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

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

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