Html Css Color HEX #AACCA1 Spring Rain

📋 copy color: '#AACCA1'

red 170 ◦ green 204 ◦ blue 161

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

Shades of Spring Rain #AACCA1

Tints of Spring Rain #AACCA1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.13%

 BLUE value IS 161 (63.28% from 255) = 30.09%

R = 31.78%
G = 38.13%
B = 30.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#AACCA1 (or 0xAACCA1) is known color: Spring Rain. HEX triplet: AA, CC and A1. RGB value is (170,204,161). Sum of RGB (Red+Green+Blue) = 170+204+161=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 161 (63.28% from 255 or 30.09% from 535); Max value from RGB is 204 - color contains mainly: green. Hex color #AACCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACCA1 is #55335E. Grayscale: #BDBDBD. Windows color (decimal): -5583711 or 10603690. OLE color: 10603690.

HSL color Cylindrical-coordinate representation of color #AACCA1: hue angle of 107.44º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AACCA1 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 204 161 -
CMYK 0.17 0 0.21 0.2
HSL 107.44º 0.3% 0.72% -
HSV(B) 107.44º 0.21% 0.8% -
XYZ 44.6 54.3 41.85 -
YUV 188.93 112.24 114.5 -
System Red Green Blue C M Y K H S L
Decimal 170 204 161 0.17 0 0.21 0.2 107.44 0.3 0.72
Hex AA CC A1 11 0 15 14 6B 1E 48
Octal 252 314 241 21 0 25 24 153 36 110
Binary 10101010 11001100 10100001 10001 0 10101 10100 1101011 11110 1001000

Color Harmonies of #AACCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACCA1

Black with #AACCA1

Text Example


Text Example

White with #AACCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACCA1; }

 p { color: rgb(170,204,161); }

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

background-color css

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

 a { background-color: rgb(170,204,161); }

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

border-color css

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

 span { border-color: rgb(170,204,161); }

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