Html Css Color HEX #A6A04E Husk

📋 copy color: '#A6A04E'

red 166 ◦ green 160 ◦ blue 78

#A6A04E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Husk #A6A04E

Tints of Husk #A6A04E

RGB

 RED value IS 166 (65.23% from 255) = 41.09%

 GREEN value IS 160 (62.89% from 255) = 39.6%

 BLUE value IS 78 (30.86% from 255) = 19.31%

R = 41.09%
G = 39.6%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A6A04E (or 0xA6A04E) is known color: Husk. HEX triplet: A6, A0 and 4E. RGB value is (166,160,78). Sum of RGB (Red+Green+Blue) = 166+160+78=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 160 (62.89% from 255 or 39.60% from 404); Blue value is 78 (30.86% from 255 or 19.31% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A04E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A04E is #595FB1. Grayscale: #989898. Windows color (decimal): -5857202 or 5152934. OLE color: 5152934.

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

Color convert

RGB 166 160 78 -
CMYK 0 0.04 0.53 0.35
HSL 55.91º 0.36% 0.48% -
HSV(B) 55.91º 0.53% 0.65% -
XYZ 29.67 33.8 12.17 -
YUV 152.45 85.99 137.67 -
System Red Green Blue C M Y K H S L
Decimal 166 160 78 0 0.04 0.53 0.35 55.91 0.36 0.48
Hex A6 A0 4E 0 4 35 23 38 24 30
Octal 246 240 116 0 4 65 43 70 44 60
Binary 10100110 10100000 1001110 0 100 110101 100011 111000 100100 110000

Color Harmonies of #A6A04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A04E

Black with #A6A04E

Text Example


Text Example

White with #A6A04E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A04E; }

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

 H1.HeaderClassName
 {
   color: #A6A04E;
 }
 .AnyTagClassName
 {
   color: #A6A04E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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