#A69854

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

Shades of Husk #A69854

Tints of Husk #A69854

Color information

#A69854 (or 0xA69854) is unknown color: approx Husk. HEX triplet: A6, 98 and 54. RGB value is (166,152,84). Sum of RGB (Red+Green+Blue) = 166+152+84=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 84 (33.20% from 255 or 20.90% from 402); Max value from RGB is 166 - color contains mainly: red. Hex color #A69854 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69854 is #5967AB. Grayscale: #949494. Windows color (decimal): -5859244 or 5544102. OLE color: 5544102.

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

Color convert

RGB16615284-
CMYK00.080.490.35
HSL49.76º32.8%49.02%-
HSV(B)49.76º49.4%65.1%-
XYZ28.5531.212.91-
YUV148.4391.64140.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.29%
GREEN value IS 152 (59.77% from 255) = 37.81%
BLUE value IS 84 (33.20% from 255) = 20.90%
R=41.29%
G=37.81%
B=20.90%

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
Decimal1661528400.080.490.3549.7632.849.02
HexA69854083123322131
Octal2462301240106143624161
Binary1010011010011000101010001000110001100011110010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69854; }

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

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

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

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

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

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

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

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