Html Css Color HEX #AACAA4 Spring Rain

📋 copy color: '#AACAA4'

red 170 ◦ green 202 ◦ blue 164

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

Shades of Spring Rain #AACAA4

Tints of Spring Rain #AACAA4

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.69%

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

R = 31.72%
G = 37.69%
B = 30.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#AACAA4 (or 0xAACAA4) is known color: Spring Rain. HEX triplet: AA, CA and A4. RGB value is (170,202,164). Sum of RGB (Red+Green+Blue) = 170+202+164=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 164 (64.45% from 255 or 30.60% from 536); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACAA4 is #55355B. Grayscale: #BCBCBC. Windows color (decimal): -5584220 or 10799786. OLE color: 10799786.

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

Color convert

RGB 170 202 164 -
CMYK 0.16 0 0.19 0.21
HSL 110.53º 0.26% 0.72% -
HSV(B) 110.53º 0.19% 0.79% -
XYZ 44.4 53.47 43.1 -
YUV 188.1 114.4 115.09 -
System Red Green Blue C M Y K H S L
Decimal 170 202 164 0.16 0 0.19 0.21 110.53 0.26 0.72
Hex AA CA A4 10 0 13 15 6F 1A 48
Octal 252 312 244 20 0 23 25 157 32 110
Binary 10101010 11001010 10100100 10000 0 10011 10101 1101111 11010 1001000

Color Harmonies of #AACAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACAA4

Black with #AACAA4

Text Example


Text Example

White with #AACAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACAA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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