#A69354

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

Shades of Husk #A69354

Tints of Husk #A69354

Color information

#A69354 (or 0xA69354) is unknown color: approx Husk. HEX triplet: A6, 93 and 54. RGB value is (166,147,84). Sum of RGB (Red+Green+Blue) = 166+147+84=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A69354 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69354 is #596CAB. Grayscale: #919191. Windows color (decimal): -5860524 or 5542822. OLE color: 5542822.

HSL color Cylindrical-coordinate representation of color #A69354: hue angle of 46.1º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A69354 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB16614784-
CMYK00.110.490.35
HSL46.1º32.8%49.02%-
HSV(B)46.1º49.4%65.1%-
XYZ27.7629.6112.64-
YUV145.593.29142.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.81%
GREEN value IS 147 (57.81% from 255) = 37.03%
BLUE value IS 84 (33.20% from 255) = 21.16%
R=41.81%
G=37.03%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661478400.110.490.3546.132.849.02
HexA693540B31232e2131
Octal2462231240136143564161
Binary1010011010010011101010001011110001100011101110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69354; }

 p { color: rgb(166,147,84); }

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

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

 a { background-color: rgb(166,147,84); }

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

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

 span { border-color: rgb(166,147,84); }

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