Html Css Color HEX #AAAF9C Green Spring

📋 copy color: '#AAAF9C'

red 170 ◦ green 175 ◦ blue 156

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

Shades of Green Spring #AAAF9C

Tints of Green Spring #AAAF9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.14%

R = 33.93%
G = 34.93%
B = 31.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AAAF9C (or 0xAAAF9C) is known color: Green Spring. HEX triplet: AA, AF and 9C. RGB value is (170,175,156). Sum of RGB (Red+Green+Blue) = 170+175+156=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAF9C is #555063. Grayscale: #ABABAB. Windows color (decimal): -5591140 or 10268586. OLE color: 10268586.

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

Color convert

RGB 170 175 156 -
CMYK 0.03 0 0.11 0.31
HSL 75.79º 0.11% 0.65% -
HSV(B) 75.79º 0.11% 0.69% -
XYZ 37.91 41.61 37.49 -
YUV 171.34 119.34 127.04 -
System Red Green Blue C M Y K H S L
Decimal 170 175 156 0.03 0 0.11 0.31 75.79 0.11 0.65
Hex AA AF 9C 3 0 B 1F 4C B 41
Octal 252 257 234 3 0 13 37 114 13 101
Binary 10101010 10101111 10011100 11 0 1011 11111 1001100 1011 1000001

Color Harmonies of #AAAF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAF9C

Black with #AAAF9C

Text Example


Text Example

White with #AAAF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAF9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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