Html Css Color HEX #AAB299 Green Spring

📋 copy color: '#AAB299'

red 170 ◦ green 178 ◦ blue 153

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

Shades of Green Spring #AAB299

Tints of Green Spring #AAB299

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.53%

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

R = 33.93%
G = 35.53%
B = 30.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#AAB299 (or 0xAAB299) is known color: Green Spring. HEX triplet: AA, B2 and 99. RGB value is (170,178,153). Sum of RGB (Red+Green+Blue) = 170+178+153=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB299 is #554D66. Grayscale: #ACACAC. Windows color (decimal): -5590375 or 10072746. OLE color: 10072746.

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

Color convert

RGB 170 178 153 -
CMYK 0.04 0 0.14 0.30
HSL 79.2º 0.14% 0.65% -
HSV(B) 79.2º 0.14% 0.7% -
XYZ 38.25 42.69 36.36 -
YUV 172.76 116.85 126.03 -
System Red Green Blue C M Y K H S L
Decimal 170 178 153 0.04 0 0.14 0.30 79.2 0.14 0.65
Hex AA B2 99 4 0 E 1E 4F E 41
Octal 252 262 231 4 0 16 36 117 16 101
Binary 10101010 10110010 10011001 100 0 1110 11110 1001111 1110 1000001

Color Harmonies of #AAB299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB299

Black with #AAB299

Text Example


Text Example

White with #AAB299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB299; }

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

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

background-color css

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

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

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

border-color css

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

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

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