Html Css Color HEX #AAA679 Neutral Green

📋 copy color: '#AAA679'

red 170 ◦ green 166 ◦ blue 121

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

Shades of Neutral Green #AAA679

Tints of Neutral Green #AAA679

RGB

 RED value IS 170 (66.8% from 255) = 37.2%

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

 BLUE value IS 121 (47.66% from 255) = 26.48%

R = 37.2%
G = 36.32%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AAA679 (or 0xAAA679) is known color: Neutral Green. HEX triplet: AA, A6 and 79. RGB value is (170,166,121). Sum of RGB (Red+Green+Blue) = 170+166+121=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA679 is #555986. Grayscale: #A2A2A2. Windows color (decimal): -5593479 or 7972522. OLE color: 7972522.

HSL color Cylindrical-coordinate representation of color #AAA679: hue angle of 55.1º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAA679 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 166 121 -
CMYK 0 0.02 0.29 0.33
HSL 55.1º 0.22% 0.57% -
HSV(B) 55.1º 0.29% 0.67% -
XYZ 33.66 37.2 23.49 -
YUV 162.07 104.83 133.66 -
System Red Green Blue C M Y K H S L
Decimal 170 166 121 0 0.02 0.29 0.33 55.1 0.22 0.57
Hex AA A6 79 0 2 1D 21 37 16 39
Octal 252 246 171 0 2 35 41 67 26 71
Binary 10101010 10100110 1111001 0 10 11101 100001 110111 10110 111001

Color Harmonies of #AAA679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA679

Black with #AAA679

Text Example


Text Example

White with #AAA679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA679; }

 p { color: rgb(170,166,121); }

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

background-color css

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

 a { background-color: rgb(170,166,121); }

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

border-color css

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

 span { border-color: rgb(170,166,121); }

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