#A69C4D

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

Shades of Husk #A69C4D

Tints of Husk #A69C4D

Color information

#A69C4D (or 0xA69C4D) is unknown color: approx Husk. HEX triplet: A6, 9C and 4D. RGB value is (166,156,77). Sum of RGB (Red+Green+Blue) = 166+156+77=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69C4D is #5963B2. Grayscale: #969696. Windows color (decimal): -5858227 or 5086374. OLE color: 5086374.

HSL color Cylindrical-coordinate representation of color #A69C4D: hue angle of 53.26º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A69C4D is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB16615677-
CMYK00.060.540.35
HSL53.26º36.63%47.65%-
HSV(B)53.26º53.61%65.1%-
XYZ28.9532.4211.75-
YUV149.9886.81139.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.60%
GREEN value IS 156 (61.33% from 255) = 39.10%
BLUE value IS 77 (30.47% from 255) = 19.30%
R=41.60%
G=39.10%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661567700.060.540.3553.2636.6347.65
HexA69C4D063623352530
Octal246234115066643654560
Binary101001101001110010011010110110110100011110101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69C4D; }

 p { color: rgb(166,156,77); }

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

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

 a { background-color: rgb(166,156,77); }

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

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

 span { border-color: rgb(166,156,77); }

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