Html Css Color HEX #AAB691 Green Spring

📋 copy color: '#AAB691'

red 170 ◦ green 182 ◦ blue 145

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

Shades of Green Spring #AAB691

Tints of Green Spring #AAB691

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.62%

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

R = 34.21%
G = 36.62%
B = 29.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#AAB691 (or 0xAAB691) is known color: Green Spring. HEX triplet: AA, B6 and 91. RGB value is (170,182,145). Sum of RGB (Red+Green+Blue) = 170+182+145=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 145 (57.03% from 255 or 29.18% from 497); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB691 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB691 is #55496E. Grayscale: #AEAEAE. Windows color (decimal): -5589359 or 9549482. OLE color: 9549482.

HSL color Cylindrical-coordinate representation of color #AAB691: hue angle of 79.46º 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 #AAB691 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 182 145 -
CMYK 0.07 0 0.20 0.29
HSL 79.46º 0.2% 0.64% -
HSV(B) 79.46º 0.2% 0.71% -
XYZ 38.42 44.05 33.27 -
YUV 174.19 111.52 125.01 -
System Red Green Blue C M Y K H S L
Decimal 170 182 145 0.07 0 0.20 0.29 79.46 0.2 0.64
Hex AA B6 91 7 0 14 1D 4F 14 40
Octal 252 266 221 7 0 24 35 117 24 100
Binary 10101010 10110110 10010001 111 0 10100 11101 1001111 10100 1000000

Color Harmonies of #AAB691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB691

Black with #AAB691

Text Example


Text Example

White with #AAB691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB691; }

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

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

background-color css

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

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

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

border-color css

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

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

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