Html Css Color HEX #AAB193 Green Spring

📋 copy color: '#AAB193'

red 170 ◦ green 177 ◦ blue 147

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

Shades of Green Spring #AAB193

Tints of Green Spring #AAB193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.76%

R = 34.41%
G = 35.83%
B = 29.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AAB193 (or 0xAAB193) is known color: Green Spring. HEX triplet: AA, B1 and 93. RGB value is (170,177,147). Sum of RGB (Red+Green+Blue) = 170+177+147=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB193 is #554E6C. Grayscale: #ABABAB. Windows color (decimal): -5590637 or 9679274. OLE color: 9679274.

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

Color convert

RGB 170 177 147 -
CMYK 0.04 0 0.17 0.31
HSL 74º 0.16% 0.64% -
HSV(B) 74º 0.17% 0.69% -
XYZ 37.57 42.1 33.75 -
YUV 171.49 114.18 126.94 -
System Red Green Blue C M Y K H S L
Decimal 170 177 147 0.04 0 0.17 0.31 74 0.16 0.64
Hex AA B1 93 4 0 11 1F 4A 10 40
Octal 252 261 223 4 0 21 37 112 20 100
Binary 10101010 10110001 10010011 100 0 10001 11111 1001010 10000 1000000

Color Harmonies of #AAB193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB193

Black with #AAB193

Text Example


Text Example

White with #AAB193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB193; }

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

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

background-color css

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

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

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

border-color css

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

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

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