Html Css Color HEX #AAB39B Green Spring

📋 copy color: '#AAB39B'

red 170 ◦ green 179 ◦ blue 155

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

Shades of Green Spring #AAB39B

Tints of Green Spring #AAB39B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.75%

R = 33.73%
G = 35.52%
B = 30.75%

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

#AAB39B (or 0xAAB39B) is known color: Green Spring. HEX triplet: AA, B3 and 9B. RGB value is (170,179,155). Sum of RGB (Red+Green+Blue) = 170+179+155=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB39B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB39B is #554C64. Grayscale: #ADADAD. Windows color (decimal): -5590117 or 10204074. OLE color: 10204074.

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

Color convert

RGB 170 179 155 -
CMYK 0.05 0 0.13 0.30
HSL 82.5º 0.14% 0.65% -
HSV(B) 82.5º 0.13% 0.7% -
XYZ 38.61 43.15 37.3 -
YUV 173.57 117.52 125.45 -
System Red Green Blue C M Y K H S L
Decimal 170 179 155 0.05 0 0.13 0.30 82.5 0.14 0.65
Hex AA B3 9B 5 0 D 1E 52 E 41
Octal 252 263 233 5 0 15 36 122 16 101
Binary 10101010 10110011 10011011 101 0 1101 11110 1010010 1110 1000001

Color Harmonies of #AAB39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB39B

Black with #AAB39B

Text Example


Text Example

White with #AAB39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB39B; }

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

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

background-color css

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

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

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

border-color css

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

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

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