Html Css Color HEX #AAC19F Spring Rain

📋 copy color: '#AAC19F'

red 170 ◦ green 193 ◦ blue 159

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

Shades of Spring Rain #AAC19F

Tints of Spring Rain #AAC19F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.46%

R = 32.57%
G = 36.97%
B = 30.46%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#AAC19F (or 0xAAC19F) is known color: Spring Rain. HEX triplet: AA, C1 and 9F. RGB value is (170,193,159). Sum of RGB (Red+Green+Blue) = 170+193+159=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 159 (62.5% from 255 or 30.46% from 522); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC19F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC19F is #553E60. Grayscale: #B6B6B6. Windows color (decimal): -5586529 or 10469802. OLE color: 10469802.

HSL color Cylindrical-coordinate representation of color #AAC19F: hue angle of 100.59º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAC19F is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 193 159 -
CMYK 0.12 0 0.18 0.24
HSL 100.59º 0.22% 0.69% -
HSV(B) 100.59º 0.18% 0.76% -
XYZ 41.91 49.19 40.09 -
YUV 182.25 114.88 119.26 -
System Red Green Blue C M Y K H S L
Decimal 170 193 159 0.12 0 0.18 0.24 100.59 0.22 0.69
Hex AA C1 9F C 0 12 18 65 16 45
Octal 252 301 237 14 0 22 30 145 26 105
Binary 10101010 11000001 10011111 1100 0 10010 11000 1100101 10110 1000101

Color Harmonies of #AAC19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC19F

Black with #AAC19F

Text Example


Text Example

White with #AAC19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC19F; }

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

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

background-color css

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

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

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

border-color css

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

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

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