#A18982

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

Shades of Almond Frost #A18982

Tints of Almond Frost #A18982

Color information

#A18982 (or 0xA18982) is unknown color: approx Almond Frost. HEX triplet: A1, 89 and 82. RGB value is (161,137,130). Sum of RGB (Red+Green+Blue) = 161+137+130=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 161 - color contains mainly: red. Hex color #A18982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18982 is #5E767D. Grayscale: #8F8F8F. Windows color (decimal): -6190718 or 8554913. OLE color: 8554913.

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

Color convert

RGB161137130-
CMYK00.150.190.37
HSL13.55º14.16%57.06%-
HSV(B)13.55º19.25%63.14%-
XYZ27.6727.0824.89-
YUV143.38120.45140.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.62%
GREEN value IS 137 (53.91% from 255) = 32.01%
BLUE value IS 130 (51.17% from 255) = 30.37%
R=37.62%
G=32.01%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113713000.150.190.3713.5514.1657.06
HexA189820F1325ee39
Octal2412112020172345161671
Binary101000011000100110000010011111001110010111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18982; }

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

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

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

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

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

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

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

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