#a69449

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

Shades of Husk #A69449

Tints of Husk #A69449

Color information

#A69449 (or 0xA69449) is unknown color: approx Husk. HEX triplet: A6, 94 and 49. RGB value is (166,148,73). Sum of RGB (Red+Green+Blue) = 166+148+73=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A69449 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69449 is #596BB6. Grayscale: #919191. Windows color (decimal): -5860279 or 4822182. OLE color: 4822182.

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

Color convert

RGB16614873-
CMYK00.110.560.35
HSL48.39º38.91%46.86%-
HSV(B)48.39º56.02%65.1%-
XYZ27.5229.7710.6-
YUV144.8387.46143.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.89%
GREEN value IS 148 (58.20% from 255) = 38.24%
BLUE value IS 73 (28.91% from 255) = 18.86%
R=42.89%
G=38.24%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661487300.110.560.3548.3938.9146.86
HexA694490B382330272f
Octal2462241110137043604757
Binary1010011010010100100100101011111000100011110000100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a69449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a69449; }

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

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

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

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

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

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

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

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