Html Css Color HEX #AAB099 Green Spring

📋 copy color: '#AAB099'

red 170 ◦ green 176 ◦ blue 153

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

Shades of Green Spring #AAB099

Tints of Green Spring #AAB099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.66%

R = 34.07%
G = 35.27%
B = 30.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AAB099 (or 0xAAB099) is known color: Green Spring. HEX triplet: AA, B0 and 99. RGB value is (170,176,153). Sum of RGB (Red+Green+Blue) = 170+176+153=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB099 is #554F66. Grayscale: #ABABAB. Windows color (decimal): -5590887 or 10072234. OLE color: 10072234.

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

Color convert

RGB 170 176 153 -
CMYK 0.03 0 0.13 0.31
HSL 75.65º 0.13% 0.65% -
HSV(B) 75.65º 0.13% 0.69% -
XYZ 37.85 41.9 36.23 -
YUV 171.58 117.51 126.87 -
System Red Green Blue C M Y K H S L
Decimal 170 176 153 0.03 0 0.13 0.31 75.65 0.13 0.65
Hex AA B0 99 3 0 D 1F 4C D 41
Octal 252 260 231 3 0 15 37 114 15 101
Binary 10101010 10110000 10011001 11 0 1101 11111 1001100 1101 1000001

Color Harmonies of #AAB099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB099

Black with #AAB099

Text Example


Text Example

White with #AAB099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB099; }

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

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

background-color css

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

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

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

border-color css

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

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

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