#A69A50

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

Shades of Husk #A69A50

Tints of Husk #A69A50

Color information

#A69A50 (or 0xA69A50) is unknown color: approx Husk. HEX triplet: A6, 9A and 50. RGB value is (166,154,80). Sum of RGB (Red+Green+Blue) = 166+154+80=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69A50 is #5965AF. Grayscale: #959595. Windows color (decimal): -5858736 or 5282470. OLE color: 5282470.

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

Color convert

RGB16615480-
CMYK00.070.520.35
HSL51.63º34.96%48.24%-
HSV(B)51.63º51.81%65.1%-
XYZ28.7331.812.21-
YUV149.1588.98140.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.5%
GREEN value IS 154 (60.55% from 255) = 38.5%
BLUE value IS 80 (31.64% from 255) = 20%
R=41.5%
G=38.5%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661548000.070.520.3551.6334.9648.24
HexA69A50073423342330
Octal246232120076443644360
Binary101001101001101010100000111110100100011110100100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69A50; }

 p { color: rgb(166,154,80); }

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

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

 a { background-color: rgb(166,154,80); }

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

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

 span { border-color: rgb(166,154,80); }

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