#A18C7C

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

Shades of Almond Frost #A18C7C

Tints of Almond Frost #A18C7C

Color information

#A18C7C (or 0xA18C7C) is unknown color: approx Almond Frost. HEX triplet: A1, 8C and 7C. RGB value is (161,140,124). Sum of RGB (Red+Green+Blue) = 161+140+124=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18C7C is #5E7383. Grayscale: #909090. Windows color (decimal): -6189956 or 8162465. OLE color: 8162465.

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

Color convert

RGB161140124-
CMYK00.130.230.37
HSL25.95º16.44%55.88%-
HSV(B)25.95º22.98%63.14%-
XYZ27.7127.7922.97-
YUV144.45116.46139.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.88%
GREEN value IS 140 (55.08% from 255) = 32.94%
BLUE value IS 124 (48.83% from 255) = 29.18%
R=37.88%
G=32.94%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114012400.130.230.3725.9516.4455.88
HexA18C7C0D17251a1038
Octal2412141740152745322070
Binary1010000110001100111110001101101111001011101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18C7C; }

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

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

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

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

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

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

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

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