#A6897B

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

Shades of Almond Frost #A6897B

Tints of Almond Frost #A6897B

Color information

#A6897B (or 0xA6897B) is unknown color: approx Almond Frost. HEX triplet: A6, 89 and 7B. RGB value is (166,137,123). Sum of RGB (Red+Green+Blue) = 166+137+123=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 166 - color contains mainly: red. Hex color #A6897B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6897B is #597684. Grayscale: #909090. Windows color (decimal): -5863045 or 8096166. OLE color: 8096166.

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

Color convert

RGB166137123-
CMYK00.170.260.35
HSL19.53º19.46%56.67%-
HSV(B)19.53º25.9%65.1%-
XYZ28.2527.4322.54-
YUV144.07116.11143.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.97%
GREEN value IS 137 (53.91% from 255) = 32.16%
BLUE value IS 123 (48.44% from 255) = 28.87%
R=38.97%
G=32.16%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613712300.170.260.3519.5319.4656.67
HexA6897B0111A23141339
Octal2462111730213243242371
Binary10100110100010011111011010001110101000111010010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6897B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6897B; }

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

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

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

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

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

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

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

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