Html Css Color HEX #AACBA3 Spring Rain

📋 copy color: '#AACBA3'

red 170 ◦ green 203 ◦ blue 163

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

Shades of Spring Rain #AACBA3

Tints of Spring Rain #AACBA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 30.41%

R = 31.72%
G = 37.87%
B = 30.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#AACBA3 (or 0xAACBA3) is known color: Spring Rain. HEX triplet: AA, CB and A3. RGB value is (170,203,163). Sum of RGB (Red+Green+Blue) = 170+203+163=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 163 (64.06% from 255 or 30.41% from 536); Max value from RGB is 203 - color contains mainly: green. Hex color #AACBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACBA3 is #55345C. Grayscale: #BCBCBC. Windows color (decimal): -5583965 or 10734506. OLE color: 10734506.

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

Color convert

RGB 170 203 163 -
CMYK 0.16 0 0.20 0.20
HSL 109.5º 0.28% 0.72% -
HSV(B) 109.5º 0.2% 0.8% -
XYZ 44.54 53.9 42.71 -
YUV 188.57 113.57 114.75 -
System Red Green Blue C M Y K H S L
Decimal 170 203 163 0.16 0 0.20 0.20 109.5 0.28 0.72
Hex AA CB A3 10 0 14 14 6E 1C 48
Octal 252 313 243 20 0 24 24 156 34 110
Binary 10101010 11001011 10100011 10000 0 10100 10100 1101110 11100 1001000

Color Harmonies of #AACBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACBA3

Black with #AACBA3

Text Example


Text Example

White with #AACBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACBA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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