#A69747

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

Shades of Husk #A69747

Tints of Husk #A69747

Color information

#A69747 (or 0xA69747) is unknown color: approx Husk. HEX triplet: A6, 97 and 47. RGB value is (166,151,71). Sum of RGB (Red+Green+Blue) = 166+151+71=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 71 (28.12% from 255 or 18.30% from 388); Max value from RGB is 166 - color contains mainly: red. Hex color #A69747 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69747 is #5968B8. Grayscale: #929292. Windows color (decimal): -5859513 or 4691878. OLE color: 4691878.

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

Color convert

RGB16615171-
CMYK00.090.570.35
HSL50.53º40.08%46.47%-
HSV(B)50.53º57.23%65.1%-
XYZ27.9330.710.41-
YUV146.3685.47142-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.78%
GREEN value IS 151 (59.38% from 255) = 38.92%
BLUE value IS 71 (28.12% from 255) = 18.30%
R=42.78%
G=38.92%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661517100.090.570.3550.5340.0846.47
HexA6974709392333282e
Octal2462271070117143635056
Binary1010011010010111100011101001111001100011110011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69747; }

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

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

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

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

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

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

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

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