Html Css Color HEX #A6A58E Neutral Green

📋 copy color: '#A6A58E'

red 166 ◦ green 165 ◦ blue 142

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

Shades of Neutral Green #A6A58E

Tints of Neutral Green #A6A58E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.88%

 BLUE value IS 142 (55.86% from 255) = 30.02%

R = 35.1%
G = 34.88%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A6A58E (or 0xA6A58E) is known color: Neutral Green. HEX triplet: A6, A5 and 8E. RGB value is (166,165,142). Sum of RGB (Red+Green+Blue) = 166+165+142=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A58E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A58E is #595A71. Grayscale: #A2A2A2. Windows color (decimal): -5855858 or 9348518. OLE color: 9348518.

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

Color convert

RGB 166 165 142 -
CMYK 0 0.01 0.14 0.35
HSL 57.5º 0.12% 0.6% -
HSV(B) 57.5º 0.14% 0.65% -
XYZ 34.06 36.97 30.93 -
YUV 162.68 116.33 130.37 -
System Red Green Blue C M Y K H S L
Decimal 166 165 142 0 0.01 0.14 0.35 57.5 0.12 0.6
Hex A6 A5 8E 0 1 E 23 3A C 3C
Octal 246 245 216 0 1 16 43 72 14 74
Binary 10100110 10100101 10001110 0 1 1110 100011 111010 1100 111100

Color Harmonies of #A6A58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A58E

Black with #A6A58E

Text Example


Text Example

White with #A6A58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A58E; }

 p { color: rgb(166,165,142); }

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

background-color css

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

 a { background-color: rgb(166,165,142); }

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

border-color css

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

 span { border-color: rgb(166,165,142); }

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