#A18C7A

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

Shades of Almond Frost #A18C7A

Tints of Almond Frost #A18C7A

Color information

#A18C7A (or 0xA18C7A) is unknown color: approx Almond Frost. HEX triplet: A1, 8C and 7A. RGB value is (161,140,122). Sum of RGB (Red+Green+Blue) = 161+140+122=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18C7A is #5E7385. Grayscale: #909090. Windows color (decimal): -6189958 or 8031393. OLE color: 8031393.

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

Color convert

RGB161140122-
CMYK00.130.240.37
HSL27.69º17.18%55.49%-
HSV(B)27.69º24.22%63.14%-
XYZ27.5927.7422.31-
YUV144.23115.46139.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.06%
GREEN value IS 140 (55.08% from 255) = 33.10%
BLUE value IS 122 (48.05% from 255) = 28.84%
R=38.06%
G=33.10%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114012200.130.240.3727.6917.1855.49
HexA18C7A0D18251c1137
Octal2412141720153045342167
Binary1010000110001100111101001101110001001011110010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18C7A; }

 p { color: rgb(161,140,122); }

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

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

 a { background-color: rgb(161,140,122); }

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

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

 span { border-color: rgb(161,140,122); }

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