#A18981

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

Shades of Almond Frost #A18981

Tints of Almond Frost #A18981

Color information

#A18981 (or 0xA18981) is unknown color: approx Almond Frost. HEX triplet: A1, 89 and 81. RGB value is (161,137,129). Sum of RGB (Red+Green+Blue) = 161+137+129=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 161 - color contains mainly: red. Hex color #A18981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18981 is #5E767E. Grayscale: #8F8F8F. Windows color (decimal): -6190719 or 8489377. OLE color: 8489377.

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

Color convert

RGB161137129-
CMYK00.150.200.37
HSL15º14.55%56.86%-
HSV(B)15º19.88%63.14%-
XYZ27.6127.0524.54-
YUV143.26119.95140.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.70%
GREEN value IS 137 (53.91% from 255) = 32.08%
BLUE value IS 129 (50.78% from 255) = 30.21%
R=37.70%
G=32.08%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113712900.150.200.371514.5556.86
HexA189810F1425ff39
Octal2412112010172445171771
Binary101000011000100110000001011111010010010111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18981; }

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

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

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

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

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

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

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

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