Html Css Color HEX #AAA68B Neutral Green

📋 copy color: '#AAA68B'

red 170 ◦ green 166 ◦ blue 139

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

Shades of Neutral Green #AAA68B

Tints of Neutral Green #AAA68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.26%

R = 35.79%
G = 34.95%
B = 29.26%

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

#AAA68B (or 0xAAA68B) is known color: Neutral Green. HEX triplet: AA, A6 and 8B. RGB value is (170,166,139). Sum of RGB (Red+Green+Blue) = 170+166+139=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA68B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA68B is #555974. Grayscale: #A4A4A4. Windows color (decimal): -5593461 or 9152170. OLE color: 9152170.

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

Color convert

RGB 170 166 139 -
CMYK 0 0.02 0.18 0.33
HSL 52.26º 0.15% 0.61% -
HSV(B) 52.26º 0.18% 0.67% -
XYZ 34.87 37.68 29.86 -
YUV 164.12 113.83 132.2 -
System Red Green Blue C M Y K H S L
Decimal 170 166 139 0 0.02 0.18 0.33 52.26 0.15 0.61
Hex AA A6 8B 0 2 12 21 34 F 3D
Octal 252 246 213 0 2 22 41 64 17 75
Binary 10101010 10100110 10001011 0 10 10010 100001 110100 1111 111101

Color Harmonies of #AAA68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA68B

Black with #AAA68B

Text Example


Text Example

White with #AAA68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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