#A69943

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

Shades of Husk #A69943

Tints of Husk #A69943

Color information

#A69943 (or 0xA69943) is unknown color: approx Husk. HEX triplet: A6, 99 and 43. RGB value is (166,153,67). Sum of RGB (Red+Green+Blue) = 166+153+67=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 67 (26.56% from 255 or 17.36% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A69943 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69943 is #5966BC. Grayscale: #939393. Windows color (decimal): -5859005 or 4430246. OLE color: 4430246.

HSL color Cylindrical-coordinate representation of color #A69943: hue angle of 52.12º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A69943 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB16615367-
CMYK00.080.600.35
HSL52.12º42.49%45.69%-
HSV(B)52.12º59.64%65.1%-
XYZ28.1331.299.87-
YUV147.0882.81141.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.01%
GREEN value IS 153 (60.16% from 255) = 39.64%
BLUE value IS 67 (26.56% from 255) = 17.36%
R=43.01%
G=39.64%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661536700.080.600.3552.1242.4945.69
HexA69943083C23342a2e
Octal2462311030107443645256
Binary1010011010011001100001101000111100100011110100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69943; }

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

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

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

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

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

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

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

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