Html Css Color HEX #AAB39C Green Spring

📋 copy color: '#AAB39C'

red 170 ◦ green 179 ◦ blue 156

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

Shades of Green Spring #AAB39C

Tints of Green Spring #AAB39C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.45%

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

R = 33.66%
G = 35.45%
B = 30.89%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#AAB39C (or 0xAAB39C) is known color: Green Spring. HEX triplet: AA, B3 and 9C. RGB value is (170,179,156). Sum of RGB (Red+Green+Blue) = 170+179+156=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB39C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB39C is #554C63. Grayscale: #ADADAD. Windows color (decimal): -5590116 or 10269610. OLE color: 10269610.

HSL color Cylindrical-coordinate representation of color #AAB39C: hue angle of 83.48º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAB39C is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 179 156 -
CMYK 0.05 0 0.13 0.30
HSL 83.48º 0.13% 0.66% -
HSV(B) 83.48º 0.13% 0.7% -
XYZ 38.7 43.19 37.75 -
YUV 173.69 118.02 125.37 -
System Red Green Blue C M Y K H S L
Decimal 170 179 156 0.05 0 0.13 0.30 83.48 0.13 0.66
Hex AA B3 9C 5 0 D 1E 53 D 42
Octal 252 263 234 5 0 15 36 123 15 102
Binary 10101010 10110011 10011100 101 0 1101 11110 1010011 1101 1000010

Color Harmonies of #AAB39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB39C

Black with #AAB39C

Text Example


Text Example

White with #AAB39C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB39C; }

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

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

background-color css

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

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

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

border-color css

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

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

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