Html Css Color HEX #A6A483 Neutral Green

📋 copy color: '#A6A483'

red 166 ◦ green 164 ◦ blue 131

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

Shades of Neutral Green #A6A483

Tints of Neutral Green #A6A483

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.57%

 BLUE value IS 131 (51.56% from 255) = 28.42%

R = 36.01%
G = 35.57%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A6A483 (or 0xA6A483) is known color: Neutral Green. HEX triplet: A6, A4 and 83. RGB value is (166,164,131). Sum of RGB (Red+Green+Blue) = 166+164+131=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 131 (51.56% from 255 or 28.42% from 461); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A483 is #595B7C. Grayscale: #A0A0A0. Windows color (decimal): -5856125 or 8627366. OLE color: 8627366.

HSL color Cylindrical-coordinate representation of color #A6A483: hue angle of 56.57º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6A483 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 164 131 -
CMYK 0 0.01 0.21 0.35
HSL 56.57º 0.16% 0.58% -
HSV(B) 56.57º 0.21% 0.65% -
XYZ 33.1 36.3 26.73 -
YUV 160.84 111.16 131.68 -
System Red Green Blue C M Y K H S L
Decimal 166 164 131 0 0.01 0.21 0.35 56.57 0.16 0.58
Hex A6 A4 83 0 1 15 23 39 10 3A
Octal 246 244 203 0 1 25 43 71 20 72
Binary 10100110 10100100 10000011 0 1 10101 100011 111001 10000 111010

Color Harmonies of #A6A483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A483

Black with #A6A483

Text Example


Text Example

White with #A6A483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A483; }

 p { color: rgb(166,164,131); }

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

background-color css

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

 a { background-color: rgb(166,164,131); }

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

border-color css

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

 span { border-color: rgb(166,164,131); }

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