Html Css Color HEX #AAA68A Neutral Green

📋 copy color: '#AAA68A'

red 170 ◦ green 166 ◦ blue 138

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

Shades of Neutral Green #AAA68A

Tints of Neutral Green #AAA68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.11%

R = 35.86%
G = 35.02%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AAA68A (or 0xAAA68A) is known color: Neutral Green. HEX triplet: AA, A6 and 8A. RGB value is (170,166,138). Sum of RGB (Red+Green+Blue) = 170+166+138=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA68A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA68A is #555975. Grayscale: #A4A4A4. Windows color (decimal): -5593462 or 9086634. OLE color: 9086634.

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

Color convert

RGB 170 166 138 -
CMYK 0 0.02 0.19 0.33
HSL 52.5º 0.16% 0.6% -
HSV(B) 52.5º 0.19% 0.67% -
XYZ 34.8 37.65 29.48 -
YUV 164 113.33 132.28 -
System Red Green Blue C M Y K H S L
Decimal 170 166 138 0 0.02 0.19 0.33 52.5 0.16 0.6
Hex AA A6 8A 0 2 13 21 34 10 3C
Octal 252 246 212 0 2 23 41 64 20 74
Binary 10101010 10100110 10001010 0 10 10011 100001 110100 10000 111100

Color Harmonies of #AAA68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA68A

Black with #AAA68A

Text Example


Text Example

White with #AAA68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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