Html Css Color HEX #AAAF99 Green Spring

📋 copy color: '#AAAF99'

red 170 ◦ green 175 ◦ blue 153

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

Shades of Green Spring #AAAF99

Tints of Green Spring #AAAF99

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.14%

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

R = 34.14%
G = 35.14%
B = 30.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AAAF99 (or 0xAAAF99) is known color: Green Spring. HEX triplet: AA, AF and 99. RGB value is (170,175,153). Sum of RGB (Red+Green+Blue) = 170+175+153=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 153 (60.16% from 255 or 30.72% from 498); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAF99 is #555066. Grayscale: #ABABAB. Windows color (decimal): -5591143 or 10071978. OLE color: 10071978.

HSL color Cylindrical-coordinate representation of color #AAAF99: hue angle of 73.64º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAAF99 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 175 153 -
CMYK 0.03 0 0.13 0.31
HSL 73.64º 0.12% 0.64% -
HSV(B) 73.64º 0.13% 0.69% -
XYZ 37.66 41.51 36.16 -
YUV 171 117.84 127.29 -
System Red Green Blue C M Y K H S L
Decimal 170 175 153 0.03 0 0.13 0.31 73.64 0.12 0.64
Hex AA AF 99 3 0 D 1F 4A C 40
Octal 252 257 231 3 0 15 37 112 14 100
Binary 10101010 10101111 10011001 11 0 1101 11111 1001010 1100 1000000

Color Harmonies of #AAAF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAF99

Black with #AAAF99

Text Example


Text Example

White with #AAAF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAF99; }

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

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

background-color css

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

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

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

border-color css

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

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

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