Html Css Color HEX #AAA68C Neutral Green

📋 copy color: '#AAA68C'

red 170 ◦ green 166 ◦ blue 140

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

Shades of Neutral Green #AAA68C

Tints of Neutral Green #AAA68C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.41%

R = 35.71%
G = 34.87%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AAA68C (or 0xAAA68C) is known color: Neutral Green. HEX triplet: AA, A6 and 8C. RGB value is (170,166,140). Sum of RGB (Red+Green+Blue) = 170+166+140=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA68C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA68C is #555973. Grayscale: #A4A4A4. Windows color (decimal): -5593460 or 9217706. OLE color: 9217706.

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

Color convert

RGB 170 166 140 -
CMYK 0 0.02 0.18 0.33
HSL 52º 0.15% 0.61% -
HSV(B) 52º 0.18% 0.67% -
XYZ 34.95 37.71 30.25 -
YUV 164.23 114.33 132.11 -
System Red Green Blue C M Y K H S L
Decimal 170 166 140 0 0.02 0.18 0.33 52 0.15 0.61
Hex AA A6 8C 0 2 12 21 34 F 3D
Octal 252 246 214 0 2 22 41 64 17 75
Binary 10101010 10100110 10001100 0 10 10010 100001 110100 1111 111101

Color Harmonies of #AAA68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA68C

Black with #AAA68C

Text Example


Text Example

White with #AAA68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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