Html Css Color HEX #AAA68D Neutral Green

📋 copy color: '#AAA68D'

red 170 ◦ green 166 ◦ blue 141

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

Shades of Neutral Green #AAA68D

Tints of Neutral Green #AAA68D

RGB

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

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

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

R = 35.64%
G = 34.8%
B = 29.56%

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

#AAA68D (or 0xAAA68D) is known color: Neutral Green. HEX triplet: AA, A6 and 8D. RGB value is (170,166,141). Sum of RGB (Red+Green+Blue) = 170+166+141=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA68D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA68D is #555972. Grayscale: #A4A4A4. Windows color (decimal): -5593459 or 9283242. OLE color: 9283242.

HSL color Cylindrical-coordinate representation of color #AAA68D: hue angle of 51.72º 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 #AAA68D is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 166 141 -
CMYK 0 0.02 0.17 0.33
HSL 51.72º 0.15% 0.61% -
HSV(B) 51.72º 0.17% 0.67% -
XYZ 35.02 37.74 30.64 -
YUV 164.35 114.83 132.03 -
System Red Green Blue C M Y K H S L
Decimal 170 166 141 0 0.02 0.17 0.33 51.72 0.15 0.61
Hex AA A6 8D 0 2 11 21 34 F 3D
Octal 252 246 215 0 2 21 41 64 17 75
Binary 10101010 10100110 10001101 0 10 10001 100001 110100 1111 111101

Color Harmonies of #AAA68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA68D

Black with #AAA68D

Text Example


Text Example

White with #AAA68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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