Html Css Color HEX #A6A254 Husk

📋 copy color: '#A6A254'

red 166 ◦ green 162 ◦ blue 84

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

Shades of Husk #A6A254

Tints of Husk #A6A254

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.32%

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

R = 40.29%
G = 39.32%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A6A254 (or 0xA6A254) is known color: Husk. HEX triplet: A6, A2 and 54. RGB value is (166,162,84). Sum of RGB (Red+Green+Blue) = 166+162+84=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 84 (33.20% from 255 or 20.39% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A254 is #595DAB. Grayscale: #9A9A9A. Windows color (decimal): -5856684 or 5546662. OLE color: 5546662.

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

Color convert

RGB 166 162 84 -
CMYK 0 0.02 0.49 0.35
HSL 57.07º 0.33% 0.49% -
HSV(B) 57.07º 0.49% 0.65% -
XYZ 30.25 34.59 13.47 -
YUV 154.3 88.33 136.34 -
System Red Green Blue C M Y K H S L
Decimal 166 162 84 0 0.02 0.49 0.35 57.07 0.33 0.49
Hex A6 A2 54 0 2 31 23 39 21 31
Octal 246 242 124 0 2 61 43 71 41 61
Binary 10100110 10100010 1010100 0 10 110001 100011 111001 100001 110001

Color Harmonies of #A6A254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A254

Black with #A6A254

Text Example


Text Example

White with #A6A254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A254; }

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

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

background-color css

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

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

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

border-color css

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

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

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