#A18C84

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

Shades of Almond Frost #A18C84

Tints of Almond Frost #A18C84

Color information

#A18C84 (or 0xA18C84) is unknown color: approx Almond Frost. HEX triplet: A1, 8C and 84. RGB value is (161,140,132). Sum of RGB (Red+Green+Blue) = 161+140+132=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18C84 is #5E737B. Grayscale: #919191. Windows color (decimal): -6189948 or 8686753. OLE color: 8686753.

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

Color convert

RGB161140132-
CMYK00.130.180.37
HSL16.55º13.36%57.45%-
HSV(B)16.55º18.01%63.14%-
XYZ28.242825.75-
YUV145.37120.46139.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.18%
GREEN value IS 140 (55.08% from 255) = 32.33%
BLUE value IS 132 (51.95% from 255) = 30.48%
R=37.18%
G=32.33%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114013200.130.180.3716.5513.3657.45
HexA18C840D122511d39
Octal2412142040152245211571
Binary1010000110001100100001000110110010100101100011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18C84; }

 p { color: rgb(161,140,132); }

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

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

 a { background-color: rgb(161,140,132); }

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

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

 span { border-color: rgb(161,140,132); }

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