#A18978

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

Shades of Almond Frost #A18978

Tints of Almond Frost #A18978

Color information

#A18978 (or 0xA18978) is unknown color: approx Almond Frost. HEX triplet: A1, 89 and 78. RGB value is (161,137,120). Sum of RGB (Red+Green+Blue) = 161+137+120=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 161 - color contains mainly: red. Hex color #A18978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18978 is #5E7687. Grayscale: #8E8E8E. Windows color (decimal): -6190728 or 7899553. OLE color: 7899553.

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

Color convert

RGB161137120-
CMYK00.150.250.37
HSL24.88º17.9%55.1%-
HSV(B)24.88º25.47%63.14%-
XYZ27.0326.8221.52-
YUV142.24115.45141.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.52%
GREEN value IS 137 (53.91% from 255) = 32.78%
BLUE value IS 120 (47.27% from 255) = 28.71%
R=38.52%
G=32.78%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113712000.150.250.3724.8817.955.1
HexA189780F1925191237
Octal2412111700173145312267
Binary1010000110001001111100001111110011001011100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18978; }

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

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

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

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

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

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

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

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