Html Css Color HEX #AAAF93 Green Spring

📋 copy color: '#AAAF93'

red 170 ◦ green 175 ◦ blue 147

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

Shades of Green Spring #AAAF93

Tints of Green Spring #AAAF93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.88%

R = 34.55%
G = 35.57%
B = 29.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#AAAF93 (or 0xAAAF93) is known color: Green Spring. HEX triplet: AA, AF and 93. RGB value is (170,175,147). Sum of RGB (Red+Green+Blue) = 170+175+147=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAF93 is #55506C. Grayscale: #AAAAAA. Windows color (decimal): -5591149 or 9678762. OLE color: 9678762.

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

Color convert

RGB 170 175 147 -
CMYK 0.03 0 0.16 0.31
HSL 70.71º 0.15% 0.63% -
HSV(B) 70.71º 0.16% 0.69% -
XYZ 37.17 41.31 33.62 -
YUV 170.31 114.84 127.78 -
System Red Green Blue C M Y K H S L
Decimal 170 175 147 0.03 0 0.16 0.31 70.71 0.15 0.63
Hex AA AF 93 3 0 10 1F 47 F 3F
Octal 252 257 223 3 0 20 37 107 17 77
Binary 10101010 10101111 10010011 11 0 10000 11111 1000111 1111 111111

Color Harmonies of #AAAF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAF93

Black with #AAAF93

Text Example


Text Example

White with #AAAF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAF93; }

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

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

background-color css

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

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

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

border-color css

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

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

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