Html Css Color HEX #A6A155 Husk

📋 copy color: '#A6A155'

red 166 ◦ green 161 ◦ blue 85

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

Shades of Husk #A6A155

Tints of Husk #A6A155

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.08%

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

R = 40.29%
G = 39.08%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A6A155 (or 0xA6A155) is known color: Husk. HEX triplet: A6, A1 and 55. RGB value is (166,161,85). Sum of RGB (Red+Green+Blue) = 166+161+85=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 85 (33.59% from 255 or 20.63% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A155 is #595EAA. Grayscale: #9A9A9A. Windows color (decimal): -5856939 or 5611942. OLE color: 5611942.

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

Color convert

RGB 166 161 85 -
CMYK 0 0.03 0.49 0.35
HSL 56.3º 0.32% 0.49% -
HSV(B) 56.3º 0.49% 0.65% -
XYZ 30.11 34.25 13.62 -
YUV 153.83 89.16 136.68 -
System Red Green Blue C M Y K H S L
Decimal 166 161 85 0 0.03 0.49 0.35 56.3 0.32 0.49
Hex A6 A1 55 0 3 31 23 38 20 31
Octal 246 241 125 0 3 61 43 70 40 61
Binary 10100110 10100001 1010101 0 11 110001 100011 111000 100000 110001

Color Harmonies of #A6A155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A155

Black with #A6A155

Text Example


Text Example

White with #A6A155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A155; }

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

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

background-color css

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

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

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

border-color css

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

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

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