Html Css Color HEX #A6A055 Husk

📋 copy color: '#A6A055'

red 166 ◦ green 160 ◦ blue 85

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

Shades of Husk #A6A055

Tints of Husk #A6A055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.68%

R = 40.39%
G = 38.93%
B = 20.68%

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

#A6A055 (or 0xA6A055) is known color: Husk. HEX triplet: A6, A0 and 55. RGB value is (166,160,85). Sum of RGB (Red+Green+Blue) = 166+160+85=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A055 is #595FAA. Grayscale: #999999. Windows color (decimal): -5857195 or 5611686. OLE color: 5611686.

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

Color convert

RGB 166 160 85 -
CMYK 0 0.04 0.49 0.35
HSL 55.56º 0.32% 0.49% -
HSV(B) 55.56º 0.49% 0.65% -
XYZ 29.94 33.9 13.56 -
YUV 153.24 89.49 137.1 -
System Red Green Blue C M Y K H S L
Decimal 166 160 85 0 0.04 0.49 0.35 55.56 0.32 0.49
Hex A6 A0 55 0 4 31 23 38 20 31
Octal 246 240 125 0 4 61 43 70 40 61
Binary 10100110 10100000 1010101 0 100 110001 100011 111000 100000 110001

Color Harmonies of #A6A055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A055

Black with #A6A055

Text Example


Text Example

White with #A6A055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A055; }

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

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

background-color css

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

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

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

border-color css

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

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

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