#A69954

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

Shades of Husk #A69954

Tints of Husk #A69954

Color information

#A69954 (or 0xA69954) is unknown color: approx Husk. HEX triplet: A6, 99 and 54. RGB value is (166,153,84). Sum of RGB (Red+Green+Blue) = 166+153+84=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 84 (33.20% from 255 or 20.84% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A69954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69954 is #5966AB. Grayscale: #959595. Windows color (decimal): -5858988 or 5544358. OLE color: 5544358.

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

Color convert

RGB16615384-
CMYK00.080.490.35
HSL50.49º32.8%49.02%-
HSV(B)50.49º49.4%65.1%-
XYZ28.7231.5312.96-
YUV149.0291.31140.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.19%
GREEN value IS 153 (60.16% from 255) = 37.97%
BLUE value IS 84 (33.20% from 255) = 20.84%
R=41.19%
G=37.97%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661538400.080.490.3550.4932.849.02
HexA69954083123322131
Octal2462311240106143624161
Binary1010011010011001101010001000110001100011110010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69954; }

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

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

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

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

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

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

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

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