Html Css Color HEX #AABD9E Spring Rain

📋 copy color: '#AABD9E'

red 170 ◦ green 189 ◦ blue 158

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

Shades of Spring Rain #AABD9E

Tints of Spring Rain #AABD9E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.56%

 BLUE value IS 158 (62.11% from 255) = 30.56%

R = 32.88%
G = 36.56%
B = 30.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#AABD9E (or 0xAABD9E) is known color: Spring Rain. HEX triplet: AA, BD and 9E. RGB value is (170,189,158). Sum of RGB (Red+Green+Blue) = 170+189+158=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 158 (62.11% from 255 or 30.56% from 517); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABD9E is #554261. Grayscale: #B3B3B3. Windows color (decimal): -5587554 or 10403242. OLE color: 10403242.

HSL color Cylindrical-coordinate representation of color #AABD9E: hue angle of 96.77º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AABD9E is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 189 158 -
CMYK 0.10 0 0.16 0.26
HSL 96.77º 0.19% 0.68% -
HSV(B) 96.77º 0.16% 0.74% -
XYZ 40.95 47.41 39.34 -
YUV 179.79 115.71 121.02 -
System Red Green Blue C M Y K H S L
Decimal 170 189 158 0.10 0 0.16 0.26 96.77 0.19 0.68
Hex AA BD 9E A 0 10 1A 61 13 44
Octal 252 275 236 12 0 20 32 141 23 104
Binary 10101010 10111101 10011110 1010 0 10000 11010 1100001 10011 1000100

Color Harmonies of #AABD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD9E

Black with #AABD9E

Text Example


Text Example

White with #AABD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD9E; }

 p { color: rgb(170,189,158); }

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

background-color css

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

 a { background-color: rgb(170,189,158); }

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

border-color css

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

 span { border-color: rgb(170,189,158); }

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