Html Css Color HEX #AAB19B Green Spring

📋 copy color: '#AAB19B'

red 170 ◦ green 177 ◦ blue 155

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

Shades of Green Spring #AAB19B

Tints of Green Spring #AAB19B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.88%

R = 33.86%
G = 35.26%
B = 30.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AAB19B (or 0xAAB19B) is known color: Green Spring. HEX triplet: AA, B1 and 9B. RGB value is (170,177,155). Sum of RGB (Red+Green+Blue) = 170+177+155=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB19B is #554E64. Grayscale: #ACACAC. Windows color (decimal): -5590629 or 10203562. OLE color: 10203562.

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

Color convert

RGB 170 177 155 -
CMYK 0.04 0 0.12 0.31
HSL 79.09º 0.12% 0.65% -
HSV(B) 79.09º 0.12% 0.69% -
XYZ 38.22 42.36 37.17 -
YUV 172.4 118.18 126.29 -
System Red Green Blue C M Y K H S L
Decimal 170 177 155 0.04 0 0.12 0.31 79.09 0.12 0.65
Hex AA B1 9B 4 0 C 1F 4F C 41
Octal 252 261 233 4 0 14 37 117 14 101
Binary 10101010 10110001 10011011 100 0 1100 11111 1001111 1100 1000001

Color Harmonies of #AAB19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB19B

Black with #AAB19B

Text Example


Text Example

White with #AAB19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB19B; }

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

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

background-color css

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

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

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

border-color css

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

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

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