#A18370

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

Shades of Almond Frost #A18370

Tints of Almond Frost #A18370

Color information

#A18370 (or 0xA18370) is unknown color: approx Almond Frost. HEX triplet: A1, 83 and 70. RGB value is (161,131,112). Sum of RGB (Red+Green+Blue) = 161+131+112=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 161 - color contains mainly: red. Hex color #A18370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18370 is #5E7C8F. Grayscale: #898989. Windows color (decimal): -6192272 or 7373729. OLE color: 7373729.

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

Color convert

RGB161131112-
CMYK00.190.300.37
HSL23.27º20.68%53.53%-
HSV(B)23.27º30.43%63.14%-
XYZ25.7424.9818.79-
YUV137.8113.44144.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.85%
GREEN value IS 131 (51.56% from 255) = 32.43%
BLUE value IS 112 (44.14% from 255) = 27.72%
R=39.85%
G=32.43%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113111200.190.300.3723.2720.6853.53
HexA183700131E25171536
Octal2412031600233645272566
Binary10100001100000111110000010011111101001011011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18370; }

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

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

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

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

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

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

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

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