Html Css Color HEX #AACBA1 Spring Rain

📋 copy color: '#AACBA1'

red 170 ◦ green 203 ◦ blue 161

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

Shades of Spring Rain #AACBA1

Tints of Spring Rain #AACBA1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.01%

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

R = 31.84%
G = 38.01%
B = 30.15%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#AACBA1 (or 0xAACBA1) is known color: Spring Rain. HEX triplet: AA, CB and A1. RGB value is (170,203,161). Sum of RGB (Red+Green+Blue) = 170+203+161=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 161 (63.28% from 255 or 30.15% from 534); Max value from RGB is 203 - color contains mainly: green. Hex color #AACBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACBA1 is #55345E. Grayscale: #BCBCBC. Windows color (decimal): -5583967 or 10603434. OLE color: 10603434.

HSL color Cylindrical-coordinate representation of color #AACBA1: hue angle of 107.14º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AACBA1 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 203 161 -
CMYK 0.16 0 0.21 0.20
HSL 107.14º 0.29% 0.71% -
HSV(B) 107.14º 0.21% 0.8% -
XYZ 44.37 53.83 41.77 -
YUV 188.35 112.57 114.92 -
System Red Green Blue C M Y K H S L
Decimal 170 203 161 0.16 0 0.21 0.20 107.14 0.29 0.71
Hex AA CB A1 10 0 15 14 6B 1D 47
Octal 252 313 241 20 0 25 24 153 35 107
Binary 10101010 11001011 10100001 10000 0 10101 10100 1101011 11101 1000111

Color Harmonies of #AACBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACBA1

Black with #AACBA1

Text Example


Text Example

White with #AACBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACBA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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