Html Css Color HEX #AAB19A Green Spring

📋 copy color: '#AAB19A'

red 170 ◦ green 177 ◦ blue 154

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

Shades of Green Spring #AAB19A

Tints of Green Spring #AAB19A

RGB

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

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

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

R = 33.93%
G = 35.33%
B = 30.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AAB19A (or 0xAAB19A) is known color: Green Spring. HEX triplet: AA, B1 and 9A. RGB value is (170,177,154). Sum of RGB (Red+Green+Blue) = 170+177+154=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB19A is #554E65. Grayscale: #ACACAC. Windows color (decimal): -5590630 or 10138026. OLE color: 10138026.

HSL color Cylindrical-coordinate representation of color #AAB19A: hue angle of 78.26º 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 #AAB19A is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 177 154 -
CMYK 0.04 0 0.13 0.31
HSL 78.26º 0.13% 0.65% -
HSV(B) 78.26º 0.13% 0.69% -
XYZ 38.13 42.32 36.73 -
YUV 172.29 117.68 126.37 -
System Red Green Blue C M Y K H S L
Decimal 170 177 154 0.04 0 0.13 0.31 78.26 0.13 0.65
Hex AA B1 9A 4 0 D 1F 4E D 41
Octal 252 261 232 4 0 15 37 116 15 101
Binary 10101010 10110001 10011010 100 0 1101 11111 1001110 1101 1000001

Color Harmonies of #AAB19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB19A

Black with #AAB19A

Text Example


Text Example

White with #AAB19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB19A; }

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

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

background-color css

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

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

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

border-color css

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

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

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