#A69E4E

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

Shades of Husk #A69E4E

Tints of Husk #A69E4E

Color information

#A69E4E (or 0xA69E4E) is unknown color: approx Husk. HEX triplet: A6, 9E and 4E. RGB value is (166,158,78). Sum of RGB (Red+Green+Blue) = 166+158+78=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 158 (62.11% from 255 or 39.30% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 166 - color contains mainly: red. Hex color #A69E4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69E4E is #5961B1. Grayscale: #979797. Windows color (decimal): -5857714 or 5152422. OLE color: 5152422.

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

Color convert

RGB16615878-
CMYK00.050.530.35
HSL54.55º36.07%47.84%-
HSV(B)54.55º53.01%65.1%-
XYZ29.3333.1112.05-
YUV151.2786.65138.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.29%
GREEN value IS 158 (62.11% from 255) = 39.30%
BLUE value IS 78 (30.86% from 255) = 19.40%
R=41.29%
G=39.30%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661587800.050.530.3554.5536.0747.84
HexA69E4E053523372430
Octal246236116056543674460
Binary101001101001111010011100101110101100011110111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69E4E; }

 p { color: rgb(166,158,78); }

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

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

 a { background-color: rgb(166,158,78); }

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

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

 span { border-color: rgb(166,158,78); }

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