Html Css Color HEX #AAC1A4 Spring Rain

📋 copy color: '#AAC1A4'

red 170 ◦ green 193 ◦ blue 164

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

Shades of Spring Rain #AAC1A4

Tints of Spring Rain #AAC1A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.12%

R = 32.26%
G = 36.62%
B = 31.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#AAC1A4 (or 0xAAC1A4) is known color: Spring Rain. HEX triplet: AA, C1 and A4. RGB value is (170,193,164). Sum of RGB (Red+Green+Blue) = 170+193+164=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 193 (75.78% from 255 or 36.62% from 527); Blue value is 164 (64.45% from 255 or 31.12% from 527); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC1A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC1A4 is #553E5B. Grayscale: #B6B6B6. Windows color (decimal): -5586524 or 10797482. OLE color: 10797482.

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

Color convert

RGB 170 193 164 -
CMYK 0.12 0 0.15 0.24
HSL 107.59º 0.19% 0.7% -
HSV(B) 107.59º 0.15% 0.76% -
XYZ 42.35 49.37 42.42 -
YUV 182.82 117.38 118.86 -
System Red Green Blue C M Y K H S L
Decimal 170 193 164 0.12 0 0.15 0.24 107.59 0.19 0.7
Hex AA C1 A4 C 0 F 18 6C 13 46
Octal 252 301 244 14 0 17 30 154 23 106
Binary 10101010 11000001 10100100 1100 0 1111 11000 1101100 10011 1000110

Color Harmonies of #AAC1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC1A4

Black with #AAC1A4

Text Example


Text Example

White with #AAC1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC1A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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