#A6877B

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

Shades of Almond Frost #A6877B

Tints of Almond Frost #A6877B

Color information

#A6877B (or 0xA6877B) is unknown color: approx Almond Frost. HEX triplet: A6, 87 and 7B. RGB value is (166,135,123). Sum of RGB (Red+Green+Blue) = 166+135+123=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 166 - color contains mainly: red. Hex color #A6877B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6877B is #597884. Grayscale: #8E8E8E. Windows color (decimal): -5863557 or 8095654. OLE color: 8095654.

HSL color Cylindrical-coordinate representation of color #A6877B: hue angle of 16.74º 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 #A6877B is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB166135123-
CMYK00.190.260.35
HSL16.74º19.46%56.67%-
HSV(B)16.74º25.9%65.1%-
XYZ27.9726.8622.45-
YUV142.9116.77144.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.15%
GREEN value IS 135 (53.12% from 255) = 31.84%
BLUE value IS 123 (48.44% from 255) = 29.01%
R=39.15%
G=31.84%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613512300.190.260.3516.7419.4656.67
HexA6877B0131A23111339
Octal2462071730233243212371
Binary10100110100001111111011010011110101000111000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6877B; }

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

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

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

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

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

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

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

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