#A18375

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

Shades of Almond Frost #A18375

Tints of Almond Frost #A18375

Color information

#A18375 (or 0xA18375) is unknown color: approx Almond Frost. HEX triplet: A1, 83 and 75. RGB value is (161,131,117). Sum of RGB (Red+Green+Blue) = 161+131+117=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 131 (51.56% from 255 or 32.03% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 161 - color contains mainly: red. Hex color #A18375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18375 is #5E7C8A. Grayscale: #8A8A8A. Windows color (decimal): -6192267 or 7701409. OLE color: 7701409.

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

Color convert

RGB161131117-
CMYK00.190.270.37
HSL19.09º18.97%54.51%-
HSV(B)19.09º27.33%63.14%-
XYZ26.0325.0920.3-
YUV138.37115.94144.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.36%
GREEN value IS 131 (51.56% from 255) = 32.03%
BLUE value IS 117 (46.09% from 255) = 28.61%
R=39.36%
G=32.03%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113111700.190.270.3719.0918.9754.51
HexA183750131B25131337
Octal2412031650233345232367
Binary10100001100000111110101010011110111001011001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18375; }

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

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

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

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

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

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

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

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