Html Css Color HEX #AAAD99 Green Spring

📋 copy color: '#AAAD99'

red 170 ◦ green 173 ◦ blue 153

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

Shades of Green Spring #AAAD99

Tints of Green Spring #AAAD99

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.88%

 BLUE value IS 153 (60.16% from 255) = 30.85%

R = 34.27%
G = 34.88%
B = 30.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AAAD99 (or 0xAAAD99) is known color: Green Spring. HEX triplet: AA, AD and 99. RGB value is (170,173,153). Sum of RGB (Red+Green+Blue) = 170+173+153=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAD99 is #555266. Grayscale: #A9A9A9. Windows color (decimal): -5591655 or 10071466. OLE color: 10071466.

HSL color Cylindrical-coordinate representation of color #AAAD99: hue angle of 69º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAAD99 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 173 153 -
CMYK 0.02 0 0.12 0.32
HSL 69º 0.11% 0.64% -
HSV(B) 69º 0.12% 0.68% -
XYZ 37.27 40.73 36.03 -
YUV 169.82 118.51 128.13 -
System Red Green Blue C M Y K H S L
Decimal 170 173 153 0.02 0 0.12 0.32 69 0.11 0.64
Hex AA AD 99 2 0 C 20 45 B 40
Octal 252 255 231 2 0 14 40 105 13 100
Binary 10101010 10101101 10011001 10 0 1100 100000 1000101 1011 1000000

Color Harmonies of #AAAD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAD99

Black with #AAAD99

Text Example


Text Example

White with #AAAD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAD99; }

 p { color: rgb(170,173,153); }

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

background-color css

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

 a { background-color: rgb(170,173,153); }

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

border-color css

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

 span { border-color: rgb(170,173,153); }

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