Html Css Color HEX #AAB199 Green Spring

📋 copy color: '#AAB199'

red 170 ◦ green 177 ◦ blue 153

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

Shades of Green Spring #AAB199

Tints of Green Spring #AAB199

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.4%

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

R = 34%
G = 35.4%
B = 30.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AAB199 (or 0xAAB199) is known color: Green Spring. HEX triplet: AA, B1 and 99. RGB value is (170,177,153). Sum of RGB (Red+Green+Blue) = 170+177+153=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 153 (60.16% from 255 or 30.6% from 500); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB199 is #554E66. Grayscale: #ACACAC. Windows color (decimal): -5590631 or 10072490. OLE color: 10072490.

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

Color convert

RGB 170 177 153 -
CMYK 0.04 0 0.14 0.31
HSL 77.5º 0.13% 0.65% -
HSV(B) 77.5º 0.14% 0.69% -
XYZ 38.05 42.29 36.29 -
YUV 172.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 170 177 153 0.04 0 0.14 0.31 77.5 0.13 0.65
Hex AA B1 99 4 0 E 1F 4E D 41
Octal 252 261 231 4 0 16 37 116 15 101
Binary 10101010 10110001 10011001 100 0 1110 11111 1001110 1101 1000001

Color Harmonies of #AAB199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB199

Black with #AAB199

Text Example


Text Example

White with #AAB199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB199; }

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

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

background-color css

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

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

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

border-color css

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

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

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