Html Css Color HEX #AAB091 Green Spring

📋 copy color: '#AAB091'

red 170 ◦ green 176 ◦ blue 145

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

Shades of Green Spring #AAB091

Tints of Green Spring #AAB091

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.85%

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

R = 34.62%
G = 35.85%
B = 29.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AAB091 (or 0xAAB091) is known color: Green Spring. HEX triplet: AA, B0 and 91. RGB value is (170,176,145). Sum of RGB (Red+Green+Blue) = 170+176+145=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB091 is #554F6E. Grayscale: #AAAAAA. Windows color (decimal): -5590895 or 9547946. OLE color: 9547946.

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

Color convert

RGB 170 176 145 -
CMYK 0.03 0 0.18 0.31
HSL 71.61º 0.16% 0.63% -
HSV(B) 71.61º 0.18% 0.69% -
XYZ 37.21 41.64 32.86 -
YUV 170.67 113.51 127.52 -
System Red Green Blue C M Y K H S L
Decimal 170 176 145 0.03 0 0.18 0.31 71.61 0.16 0.63
Hex AA B0 91 3 0 12 1F 48 10 3F
Octal 252 260 221 3 0 22 37 110 20 77
Binary 10101010 10110000 10010001 11 0 10010 11111 1001000 10000 111111

Color Harmonies of #AAB091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB091

Black with #AAB091

Text Example


Text Example

White with #AAB091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB091; }

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

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

background-color css

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

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

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

border-color css

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

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

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