#A69847

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

Shades of Husk #A69847

Tints of Husk #A69847

Color information

#A69847 (or 0xA69847) is unknown color: approx Husk. HEX triplet: A6, 98 and 47. RGB value is (166,152,71). Sum of RGB (Red+Green+Blue) = 166+152+71=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 71 (28.12% from 255 or 18.25% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A69847 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69847 is #5967B8. Grayscale: #939393. Windows color (decimal): -5859257 or 4692134. OLE color: 4692134.

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

Color convert

RGB16615271-
CMYK00.080.570.35
HSL51.16º40.08%46.47%-
HSV(B)51.16º57.23%65.1%-
XYZ28.0931.0210.47-
YUV146.9585.14141.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.67%
GREEN value IS 152 (59.77% from 255) = 39.07%
BLUE value IS 71 (28.12% from 255) = 18.25%
R=42.67%
G=39.07%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661527100.080.570.3551.1640.0846.47
HexA6984708392333282e
Octal2462301070107143635056
Binary1010011010011000100011101000111001100011110011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69847; }

 p { color: rgb(166,152,71); }

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

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

 a { background-color: rgb(166,152,71); }

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

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

 span { border-color: rgb(166,152,71); }

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