Html Css Color HEX #AAB491 Green Spring

📋 copy color: '#AAB491'

red 170 ◦ green 180 ◦ blue 145

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

Shades of Green Spring #AAB491

Tints of Green Spring #AAB491

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.36%

 BLUE value IS 145 (57.03% from 255) = 29.29%

R = 34.34%
G = 36.36%
B = 29.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#AAB491 (or 0xAAB491) is known color: Green Spring. HEX triplet: AA, B4 and 91. RGB value is (170,180,145). Sum of RGB (Red+Green+Blue) = 170+180+145=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 145 (57.03% from 255 or 29.29% from 495); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB491 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB491 is #554B6E. Grayscale: #ADADAD. Windows color (decimal): -5589871 or 9548970. OLE color: 9548970.

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

Color convert

RGB 170 180 145 -
CMYK 0.06 0 0.19 0.29
HSL 77.14º 0.19% 0.64% -
HSV(B) 77.14º 0.19% 0.71% -
XYZ 38.01 43.23 33.13 -
YUV 173.02 112.19 125.85 -
System Red Green Blue C M Y K H S L
Decimal 170 180 145 0.06 0 0.19 0.29 77.14 0.19 0.64
Hex AA B4 91 6 0 13 1D 4D 13 40
Octal 252 264 221 6 0 23 35 115 23 100
Binary 10101010 10110100 10010001 110 0 10011 11101 1001101 10011 1000000

Color Harmonies of #AAB491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB491

Black with #AAB491

Text Example


Text Example

White with #AAB491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB491; }

 p { color: rgb(170,180,145); }

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

background-color css

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

 a { background-color: rgb(170,180,145); }

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

border-color css

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

 span { border-color: rgb(170,180,145); }

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