Html Css Color HEX #AAC19B Spring Rain

📋 copy color: '#AAC19B'

red 170 ◦ green 193 ◦ blue 155

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

Shades of Spring Rain #AAC19B

Tints of Spring Rain #AAC19B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.26%

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

R = 32.82%
G = 37.26%
B = 29.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#AAC19B (or 0xAAC19B) is known color: Spring Rain. HEX triplet: AA, C1 and 9B. RGB value is (170,193,155). Sum of RGB (Red+Green+Blue) = 170+193+155=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 155 (60.94% from 255 or 29.92% from 518); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC19B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC19B is #553E64. Grayscale: #B5B5B5. Windows color (decimal): -5586533 or 10207658. OLE color: 10207658.

HSL color Cylindrical-coordinate representation of color #AAC19B: hue angle of 96.32º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAC19B is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 193 155 -
CMYK 0.12 0 0.20 0.24
HSL 96.32º 0.23% 0.68% -
HSV(B) 96.32º 0.2% 0.76% -
XYZ 41.56 49.05 38.29 -
YUV 181.79 112.88 119.59 -
System Red Green Blue C M Y K H S L
Decimal 170 193 155 0.12 0 0.20 0.24 96.32 0.23 0.68
Hex AA C1 9B C 0 14 18 60 17 44
Octal 252 301 233 14 0 24 30 140 27 104
Binary 10101010 11000001 10011011 1100 0 10100 11000 1100000 10111 1000100

Color Harmonies of #AAC19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC19B

Black with #AAC19B

Text Example


Text Example

White with #AAC19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC19B; }

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

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

background-color css

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

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

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

border-color css

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

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

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