Html Css Color HEX #A6A054 Husk

📋 copy color: '#A6A054'

red 166 ◦ green 160 ◦ blue 84

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

Shades of Husk #A6A054

Tints of Husk #A6A054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.49%

R = 40.49%
G = 39.02%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A6A054 (or 0xA6A054) is known color: Husk. HEX triplet: A6, A0 and 54. RGB value is (166,160,84). Sum of RGB (Red+Green+Blue) = 166+160+84=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 84 (33.20% from 255 or 20.49% from 410); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A054 is #595FAB. Grayscale: #999999. Windows color (decimal): -5857196 or 5546150. OLE color: 5546150.

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

Color convert

RGB 166 160 84 -
CMYK 0 0.04 0.49 0.35
HSL 55.61º 0.33% 0.49% -
HSV(B) 55.61º 0.49% 0.65% -
XYZ 29.9 33.89 13.35 -
YUV 153.13 88.99 137.18 -
System Red Green Blue C M Y K H S L
Decimal 166 160 84 0 0.04 0.49 0.35 55.61 0.33 0.49
Hex A6 A0 54 0 4 31 23 38 21 31
Octal 246 240 124 0 4 61 43 70 41 61
Binary 10100110 10100000 1010100 0 100 110001 100011 111000 100001 110001

Color Harmonies of #A6A054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A054

Black with #A6A054

Text Example


Text Example

White with #A6A054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A054; }

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

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

background-color css

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

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

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

border-color css

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

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

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