Html Css Color HEX #AAA98B Neutral Green

📋 copy color: '#AAA98B'

red 170 ◦ green 169 ◦ blue 139

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

Shades of Neutral Green #AAA98B

Tints of Neutral Green #AAA98B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.36%

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

R = 35.56%
G = 35.36%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AAA98B (or 0xAAA98B) is known color: Neutral Green. HEX triplet: AA, A9 and 8B. RGB value is (170,169,139). Sum of RGB (Red+Green+Blue) = 170+169+139=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA98B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA98B is #555674. Grayscale: #A5A5A5. Windows color (decimal): -5592693 or 9152938. OLE color: 9152938.

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

Color convert

RGB 170 169 139 -
CMYK 0 0.01 0.18 0.33
HSL 58.06º 0.15% 0.61% -
HSV(B) 58.06º 0.18% 0.67% -
XYZ 35.43 38.79 30.05 -
YUV 165.88 112.83 130.94 -
System Red Green Blue C M Y K H S L
Decimal 170 169 139 0 0.01 0.18 0.33 58.06 0.15 0.61
Hex AA A9 8B 0 1 12 21 3A F 3D
Octal 252 251 213 0 1 22 41 72 17 75
Binary 10101010 10101001 10001011 0 1 10010 100001 111010 1111 111101

Color Harmonies of #AAA98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA98B

Black with #AAA98B

Text Example


Text Example

White with #AAA98B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA98B; }

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

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

background-color css

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

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

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

border-color css

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

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

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