#A1867C

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

Shades of Almond Frost #A1867C

Tints of Almond Frost #A1867C

Color information

#A1867C (or 0xA1867C) is unknown color: approx Almond Frost. HEX triplet: A1, 86 and 7C. RGB value is (161,134,124). Sum of RGB (Red+Green+Blue) = 161+134+124=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 161 - color contains mainly: red. Hex color #A1867C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1867C is #5E7983. Grayscale: #8D8D8D. Windows color (decimal): -6191492 or 8160929. OLE color: 8160929.

HSL color Cylindrical-coordinate representation of color #A1867C: hue angle of 16.22º 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 #A1867C is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB161134124-
CMYK00.170.230.37
HSL16.22º16.44%55.88%-
HSV(B)16.22º22.98%63.14%-
XYZ26.8626.0822.69-
YUV140.93118.45142.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.42%
GREEN value IS 134 (52.73% from 255) = 31.98%
BLUE value IS 124 (48.83% from 255) = 29.59%
R=38.42%
G=31.98%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113412400.170.230.3716.2216.4455.88
HexA1867C0111725101038
Octal2412061740212745202070
Binary10100001100001101111100010001101111001011000010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1867C; }

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

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

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

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

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

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

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

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