Html Css Color HEX #AAB190 Green Spring

📋 copy color: '#AAB190'

red 170 ◦ green 177 ◦ blue 144

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

Shades of Green Spring #AAB190

Tints of Green Spring #AAB190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.33%

R = 34.62%
G = 36.05%
B = 29.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AAB190 (or 0xAAB190) is known color: Green Spring. HEX triplet: AA, B1 and 90. RGB value is (170,177,144). Sum of RGB (Red+Green+Blue) = 170+177+144=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB190 is #554E6F. Grayscale: #ABABAB. Windows color (decimal): -5590640 or 9482666. OLE color: 9482666.

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

Color convert

RGB 170 177 144 -
CMYK 0.04 0 0.19 0.31
HSL 72.73º 0.17% 0.63% -
HSV(B) 72.73º 0.19% 0.69% -
XYZ 37.33 42 32.53 -
YUV 171.15 112.68 127.18 -
System Red Green Blue C M Y K H S L
Decimal 170 177 144 0.04 0 0.19 0.31 72.73 0.17 0.63
Hex AA B1 90 4 0 13 1F 49 11 3F
Octal 252 261 220 4 0 23 37 111 21 77
Binary 10101010 10110001 10010000 100 0 10011 11111 1001001 10001 111111

Color Harmonies of #AAB190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB190

Black with #AAB190

Text Example


Text Example

White with #AAB190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB190; }

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

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

background-color css

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

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

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

border-color css

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

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

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