#A6887C

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

Shades of Almond Frost #A6887C

Tints of Almond Frost #A6887C

Color information

#A6887C (or 0xA6887C) is unknown color: approx Almond Frost. HEX triplet: A6, 88 and 7C. RGB value is (166,136,124). Sum of RGB (Red+Green+Blue) = 166+136+124=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 166 - color contains mainly: red. Hex color #A6887C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6887C is #597783. Grayscale: #8F8F8F. Windows color (decimal): -5863300 or 8161446. OLE color: 8161446.

HSL color Cylindrical-coordinate representation of color #A6887C: hue angle of 17.14º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6887C is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB166136124-
CMYK00.180.250.35
HSL17.14º19.09%56.86%-
HSV(B)17.14º25.3%65.1%-
XYZ28.1727.1722.83-
YUV143.6116.94143.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.97%
GREEN value IS 136 (53.52% from 255) = 31.92%
BLUE value IS 124 (48.83% from 255) = 29.11%
R=38.97%
G=31.92%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613612400.180.250.3517.1419.0956.86
HexA6887C0121923111339
Octal2462101740223143212371
Binary10100110100010001111100010010110011000111000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6887C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6887C; }

 p { color: rgb(166,136,124); }

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

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

 a { background-color: rgb(166,136,124); }

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

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

 span { border-color: rgb(166,136,124); }

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