#A69F54

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

Shades of Husk #A69F54

Tints of Husk #A69F54

Color information

#A69F54 (or 0xA69F54) is unknown color: approx Husk. HEX triplet: A6, 9F and 54. RGB value is (166,159,84). Sum of RGB (Red+Green+Blue) = 166+159+84=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 84 (33.20% from 255 or 20.54% from 409); Max value from RGB is 166 - color contains mainly: red. Hex color #A69F54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69F54 is #5960AB. Grayscale: #989898. Windows color (decimal): -5857452 or 5545894. OLE color: 5545894.

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

Color convert

RGB16615984-
CMYK00.040.490.35
HSL54.88º32.8%49.02%-
HSV(B)54.88º49.4%65.1%-
XYZ29.7233.5413.3-
YUV152.5489.32137.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.59%
GREEN value IS 159 (62.5% from 255) = 38.88%
BLUE value IS 84 (33.20% from 255) = 20.54%
R=40.59%
G=38.88%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661598400.040.490.3554.8832.849.02
HexA69F54043123372131
Octal246237124046143674161
Binary101001101001111110101000100110001100011110111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69F54; }

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

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

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

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

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

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

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

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