#A69455

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

Shades of Husk #A69455

Tints of Husk #A69455

Color information

#A69455 (or 0xA69455) is unknown color: approx Husk. HEX triplet: A6, 94 and 55. RGB value is (166,148,85). Sum of RGB (Red+Green+Blue) = 166+148+85=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A69455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69455 is #596BAA. Grayscale: #929292. Windows color (decimal): -5860267 or 5608614. OLE color: 5608614.

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

Color convert

RGB16614885-
CMYK00.110.490.35
HSL46.67º32.27%49.22%-
HSV(B)46.67º48.8%65.1%-
XYZ27.9629.9412.9-
YUV146.293.46142.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.60%
GREEN value IS 148 (58.20% from 255) = 37.09%
BLUE value IS 85 (33.59% from 255) = 21.30%
R=41.60%
G=37.09%
B=21.30%

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
Decimal1661488500.110.490.3546.6732.2749.22
HexA694550B31232f2031
Octal2462241250136143574061
Binary1010011010010100101010101011110001100011101111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69455; }

 p { color: rgb(166,148,85); }

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

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

 a { background-color: rgb(166,148,85); }

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

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

 span { border-color: rgb(166,148,85); }

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