#A18477

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

Shades of Almond Frost #A18477

Tints of Almond Frost #A18477

Color information

#A18477 (or 0xA18477) is unknown color: approx Almond Frost. HEX triplet: A1, 84 and 77. RGB value is (161,132,119). Sum of RGB (Red+Green+Blue) = 161+132+119=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 161 - color contains mainly: red. Hex color #A18477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18477 is #5E7B88. Grayscale: #8B8B8B. Windows color (decimal): -6192009 or 7832737. OLE color: 7832737.

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

Color convert

RGB161132119-
CMYK00.180.260.37
HSL18.57º18.26%54.9%-
HSV(B)18.57º26.09%63.14%-
XYZ26.2825.4120.97-
YUV139.19116.61143.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.08%
GREEN value IS 132 (51.95% from 255) = 32.04%
BLUE value IS 119 (46.88% from 255) = 28.88%
R=39.08%
G=32.04%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113211900.180.260.3718.5718.2654.9
HexA184770121A25131237
Octal2412041670223245232267
Binary10100001100001001110111010010110101001011001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18477; }

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

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

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

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

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

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

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

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