#A6887B

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

Shades of Almond Frost #A6887B

Tints of Almond Frost #A6887B

Color information

#A6887B (or 0xA6887B) is unknown color: approx Almond Frost. HEX triplet: A6, 88 and 7B. RGB value is (166,136,123). Sum of RGB (Red+Green+Blue) = 166+136+123=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 166 - color contains mainly: red. Hex color #A6887B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6887B is #597784. Grayscale: #8F8F8F. Windows color (decimal): -5863301 or 8095910. OLE color: 8095910.

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

Color convert

RGB166136123-
CMYK00.180.260.35
HSL18.14º19.46%56.67%-
HSV(B)18.14º25.9%65.1%-
XYZ28.1127.1522.5-
YUV143.49116.44144.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.06%
GREEN value IS 136 (53.52% from 255) = 32%
BLUE value IS 123 (48.44% from 255) = 28.94%
R=39.06%
G=32%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613612300.180.260.3518.1419.4656.67
HexA6887B0121A23121339
Octal2462101730223243222371
Binary10100110100010001111011010010110101000111001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6887B; }

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

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

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

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

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

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

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

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