#A18373

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

Shades of Almond Frost #A18373

Tints of Almond Frost #A18373

Color information

#A18373 (or 0xA18373) is unknown color: approx Almond Frost. HEX triplet: A1, 83 and 73. RGB value is (161,131,115). Sum of RGB (Red+Green+Blue) = 161+131+115=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 161 - color contains mainly: red. Hex color #A18373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18373 is #5E7C8C. Grayscale: #8A8A8A. Windows color (decimal): -6192269 or 7570337. OLE color: 7570337.

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

Color convert

RGB161131115-
CMYK00.190.290.37
HSL20.87º19.66%54.12%-
HSV(B)20.87º28.57%63.14%-
XYZ25.9125.0519.69-
YUV138.15114.94144.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.56%
GREEN value IS 131 (51.56% from 255) = 32.19%
BLUE value IS 115 (45.31% from 255) = 28.26%
R=39.56%
G=32.19%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113111500.190.290.3720.8719.6654.12
HexA183730131D25151436
Octal2412031630233545252466
Binary10100001100000111110011010011111011001011010110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18373; }

 p { color: rgb(161,131,115); }

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

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

 a { background-color: rgb(161,131,115); }

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

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

 span { border-color: rgb(161,131,115); }

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