Html Css Color HEX #AAB09F Green Spring

📋 copy color: '#AAB09F'

red 170 ◦ green 176 ◦ blue 159

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

Shades of Green Spring #AAB09F

Tints of Green Spring #AAB09F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.85%

 BLUE value IS 159 (62.5% from 255) = 31.49%

R = 33.66%
G = 34.85%
B = 31.49%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AAB09F (or 0xAAB09F) is known color: Green Spring. HEX triplet: AA, B0 and 9F. RGB value is (170,176,159). Sum of RGB (Red+Green+Blue) = 170+176+159=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB09F is #554F60. Grayscale: #ACACAC. Windows color (decimal): -5590881 or 10465450. OLE color: 10465450.

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

Color convert

RGB 170 176 159 -
CMYK 0.03 0 0.10 0.31
HSL 81.18º 0.1% 0.66% -
HSV(B) 81.18º 0.1% 0.69% -
XYZ 38.36 42.1 38.91 -
YUV 172.27 120.51 126.38 -
System Red Green Blue C M Y K H S L
Decimal 170 176 159 0.03 0 0.10 0.31 81.18 0.1 0.66
Hex AA B0 9F 3 0 A 1F 51 A 42
Octal 252 260 237 3 0 12 37 121 12 102
Binary 10101010 10110000 10011111 11 0 1010 11111 1010001 1010 1000010

Color Harmonies of #AAB09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB09F

Black with #AAB09F

Text Example


Text Example

White with #AAB09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB09F; }

 p { color: rgb(170,176,159); }

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

background-color css

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

 a { background-color: rgb(170,176,159); }

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

border-color css

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

 span { border-color: rgb(170,176,159); }

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