Html Css Color HEX #AAA782 Neutral Green

📋 copy color: '#AAA782'

red 170 ◦ green 167 ◦ blue 130

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

Shades of Neutral Green #AAA782

Tints of Neutral Green #AAA782

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.76%

 BLUE value IS 130 (51.17% from 255) = 27.84%

R = 36.4%
G = 35.76%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AAA782 (or 0xAAA782) is known color: Neutral Green. HEX triplet: AA, A7 and 82. RGB value is (170,167,130). Sum of RGB (Red+Green+Blue) = 170+167+130=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA782 is #55587D. Grayscale: #A3A3A3. Windows color (decimal): -5593214 or 8562602. OLE color: 8562602.

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

Color convert

RGB 170 167 130 -
CMYK 0 0.02 0.24 0.33
HSL 55.5º 0.19% 0.59% -
HSV(B) 55.5º 0.24% 0.67% -
XYZ 34.43 37.8 26.6 -
YUV 163.68 108.99 132.51 -
System Red Green Blue C M Y K H S L
Decimal 170 167 130 0 0.02 0.24 0.33 55.5 0.19 0.59
Hex AA A7 82 0 2 18 21 38 13 3B
Octal 252 247 202 0 2 30 41 70 23 73
Binary 10101010 10100111 10000010 0 10 11000 100001 111000 10011 111011

Color Harmonies of #AAA782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA782

Black with #AAA782

Text Example


Text Example

White with #AAA782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA782; }

 p { color: rgb(170,167,130); }

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

background-color css

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

 a { background-color: rgb(170,167,130); }

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

border-color css

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

 span { border-color: rgb(170,167,130); }

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