#A6897D

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

Shades of Almond Frost #A6897D

Tints of Almond Frost #A6897D

Color information

#A6897D (or 0xA6897D) is unknown color: approx Almond Frost. HEX triplet: A6, 89 and 7D. RGB value is (166,137,125). Sum of RGB (Red+Green+Blue) = 166+137+125=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 166 - color contains mainly: red. Hex color #A6897D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6897D is #597682. Grayscale: #909090. Windows color (decimal): -5863043 or 8227238. OLE color: 8227238.

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

Color convert

RGB166137125-
CMYK00.170.250.35
HSL17.56º18.72%57.06%-
HSV(B)17.56º24.7%65.1%-
XYZ28.3727.4823.21-
YUV144.3117.11143.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.79%
GREEN value IS 137 (53.91% from 255) = 32.01%
BLUE value IS 125 (49.22% from 255) = 29.21%
R=38.79%
G=32.01%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613712500.170.250.3517.5618.7257.06
HexA6897D0111923121339
Octal2462111750213143222371
Binary10100110100010011111101010001110011000111001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6897D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6897D; }

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

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

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

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

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

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

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

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