#A6887D

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

Shades of Almond Frost #A6887D

Tints of Almond Frost #A6887D

Color information

#A6887D (or 0xA6887D) is unknown color: approx Almond Frost. HEX triplet: A6, 88 and 7D. RGB value is (166,136,125). Sum of RGB (Red+Green+Blue) = 166+136+125=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 166 - color contains mainly: red. Hex color #A6887D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6887D is #597782. Grayscale: #8F8F8F. Windows color (decimal): -5863299 or 8226982. OLE color: 8226982.

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

Color convert

RGB166136125-
CMYK00.180.250.35
HSL16.1º18.72%57.06%-
HSV(B)16.1º24.7%65.1%-
XYZ28.2327.223.16-
YUV143.72117.44143.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 136 (53.52% from 255) = 31.85%
BLUE value IS 125 (49.22% from 255) = 29.27%
R=38.88%
G=31.85%
B=29.27%

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
Decimal16613612500.180.250.3516.118.7257.06
HexA6887D0121923101339
Octal2462101750223143202371
Binary10100110100010001111101010010110011000111000010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6887D; }

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

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

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

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

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

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

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

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