Html Css Color HEX #AAB09A Green Spring

📋 copy color: '#AAB09A'

red 170 ◦ green 176 ◦ blue 154

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

Shades of Green Spring #AAB09A

Tints of Green Spring #AAB09A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.8%

R = 34%
G = 35.2%
B = 30.8%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AAB09A (or 0xAAB09A) is known color: Green Spring. HEX triplet: AA, B0 and 9A. RGB value is (170,176,154). Sum of RGB (Red+Green+Blue) = 170+176+154=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB09A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB09A is #554F65. Grayscale: #ABABAB. Windows color (decimal): -5590886 or 10137770. OLE color: 10137770.

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

Color convert

RGB 170 176 154 -
CMYK 0.03 0 0.12 0.31
HSL 76.36º 0.12% 0.65% -
HSV(B) 76.36º 0.13% 0.69% -
XYZ 37.94 41.93 36.67 -
YUV 171.7 118.01 126.79 -
System Red Green Blue C M Y K H S L
Decimal 170 176 154 0.03 0 0.12 0.31 76.36 0.12 0.65
Hex AA B0 9A 3 0 C 1F 4C C 41
Octal 252 260 232 3 0 14 37 114 14 101
Binary 10101010 10110000 10011010 11 0 1100 11111 1001100 1100 1000001

Color Harmonies of #AAB09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB09A

Black with #AAB09A

Text Example


Text Example

White with #AAB09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB09A; }

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

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

background-color css

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

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

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

border-color css

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

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

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