Html Css Color HEX #A6A380 Neutral Green

📋 copy color: '#A6A380'

red 166 ◦ green 163 ◦ blue 128

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

Shades of Neutral Green #A6A380

Tints of Neutral Green #A6A380

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.67%

 BLUE value IS 128 (50.39% from 255) = 28.01%

R = 36.32%
G = 35.67%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A6A380 (or 0xA6A380) is known color: Neutral Green. HEX triplet: A6, A3 and 80. RGB value is (166,163,128). Sum of RGB (Red+Green+Blue) = 166+163+128=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A380 is #595C7F. Grayscale: #A0A0A0. Windows color (decimal): -5856384 or 8430502. OLE color: 8430502.

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

Color convert

RGB 166 163 128 -
CMYK 0 0.02 0.23 0.35
HSL 55.26º 0.18% 0.58% -
HSV(B) 55.26º 0.23% 0.65% -
XYZ 32.72 35.86 25.62 -
YUV 159.91 109.99 132.35 -
System Red Green Blue C M Y K H S L
Decimal 166 163 128 0 0.02 0.23 0.35 55.26 0.18 0.58
Hex A6 A3 80 0 2 17 23 37 12 3A
Octal 246 243 200 0 2 27 43 67 22 72
Binary 10100110 10100011 10000000 0 10 10111 100011 110111 10010 111010

Color Harmonies of #A6A380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A380

Black with #A6A380

Text Example


Text Example

White with #A6A380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A380; }

 p { color: rgb(166,163,128); }

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

background-color css

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

 a { background-color: rgb(166,163,128); }

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

border-color css

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

 span { border-color: rgb(166,163,128); }

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