Html Css Color HEX #AAA78D Neutral Green

📋 copy color: '#AAA78D'

red 170 ◦ green 167 ◦ blue 141

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

Shades of Neutral Green #AAA78D

Tints of Neutral Green #AAA78D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.5%

R = 35.56%
G = 34.94%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AAA78D (or 0xAAA78D) is known color: Neutral Green. HEX triplet: AA, A7 and 8D. RGB value is (170,167,141). Sum of RGB (Red+Green+Blue) = 170+167+141=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA78D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA78D is #555872. Grayscale: #A5A5A5. Windows color (decimal): -5593203 or 9283498. OLE color: 9283498.

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

Color convert

RGB 170 167 141 -
CMYK 0 0.02 0.17 0.33
HSL 53.79º 0.15% 0.61% -
HSV(B) 53.79º 0.17% 0.67% -
XYZ 35.2 38.11 30.7 -
YUV 164.93 114.49 131.61 -
System Red Green Blue C M Y K H S L
Decimal 170 167 141 0 0.02 0.17 0.33 53.79 0.15 0.61
Hex AA A7 8D 0 2 11 21 36 F 3D
Octal 252 247 215 0 2 21 41 66 17 75
Binary 10101010 10100111 10001101 0 10 10001 100001 110110 1111 111101

Color Harmonies of #AAA78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA78D

Black with #AAA78D

Text Example


Text Example

White with #AAA78D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA78D; }

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

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

background-color css

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

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

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

border-color css

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

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

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