#A69B4E

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

Shades of Husk #A69B4E

Tints of Husk #A69B4E

Color information

#A69B4E (or 0xA69B4E) is unknown color: approx Husk. HEX triplet: A6, 9B and 4E. RGB value is (166,155,78). Sum of RGB (Red+Green+Blue) = 166+155+78=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 78 (30.86% from 255 or 19.55% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69B4E is #5964B1. Grayscale: #959595. Windows color (decimal): -5858482 or 5151654. OLE color: 5151654.

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

Color convert

RGB16615578-
CMYK00.070.530.35
HSL52.5º36.07%47.84%-
HSV(B)52.5º53.01%65.1%-
XYZ28.8232.111.88-
YUV149.5187.64139.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.60%
GREEN value IS 155 (60.94% from 255) = 38.85%
BLUE value IS 78 (30.86% from 255) = 19.55%
R=41.60%
G=38.85%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661557800.070.530.3552.536.0747.84
HexA69B4E073523342430
Octal246233116076543644460
Binary101001101001101110011100111110101100011110100100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69B4E; }

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

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

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

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

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

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

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

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