Html Css Color HEX #AAB590 Green Spring

📋 copy color: '#AAB590'

red 170 ◦ green 181 ◦ blue 144

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

Shades of Green Spring #AAB590

Tints of Green Spring #AAB590

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.57%

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

R = 34.34%
G = 36.57%
B = 29.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#AAB590 (or 0xAAB590) is known color: Green Spring. HEX triplet: AA, B5 and 90. RGB value is (170,181,144). Sum of RGB (Red+Green+Blue) = 170+181+144=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB590 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB590 is #554A6F. Grayscale: #ADADAD. Windows color (decimal): -5589616 or 9483690. OLE color: 9483690.

HSL color Cylindrical-coordinate representation of color #AAB590: hue angle of 77.84º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAB590 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 181 144 -
CMYK 0.06 0 0.20 0.29
HSL 77.84º 0.2% 0.64% -
HSV(B) 77.84º 0.2% 0.71% -
XYZ 38.14 43.61 32.79 -
YUV 173.49 111.36 125.51 -
System Red Green Blue C M Y K H S L
Decimal 170 181 144 0.06 0 0.20 0.29 77.84 0.2 0.64
Hex AA B5 90 6 0 14 1D 4E 14 40
Octal 252 265 220 6 0 24 35 116 24 100
Binary 10101010 10110101 10010000 110 0 10100 11101 1001110 10100 1000000

Color Harmonies of #AAB590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB590

Black with #AAB590

Text Example


Text Example

White with #AAB590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB590; }

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

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

background-color css

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

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

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

border-color css

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

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

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