Html Css Color HEX #AACB9D Spring Rain

📋 copy color: '#AACB9D'

red 170 ◦ green 203 ◦ blue 157

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

Shades of Spring Rain #AACB9D

Tints of Spring Rain #AACB9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.62%

R = 32.08%
G = 38.3%
B = 29.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#AACB9D (or 0xAACB9D) is known color: Spring Rain. HEX triplet: AA, CB and 9D. RGB value is (170,203,157). Sum of RGB (Red+Green+Blue) = 170+203+157=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACB9D is #553462. Grayscale: #BCBCBC. Windows color (decimal): -5583971 or 10341290. OLE color: 10341290.

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

Color convert

RGB 170 203 157 -
CMYK 0.16 0 0.23 0.20
HSL 103.04º 0.31% 0.71% -
HSV(B) 103.04º 0.23% 0.8% -
XYZ 44.02 53.69 39.94 -
YUV 187.89 110.57 115.24 -
System Red Green Blue C M Y K H S L
Decimal 170 203 157 0.16 0 0.23 0.20 103.04 0.31 0.71
Hex AA CB 9D 10 0 17 14 67 1F 47
Octal 252 313 235 20 0 27 24 147 37 107
Binary 10101010 11001011 10011101 10000 0 10111 10100 1100111 11111 1000111

Color Harmonies of #AACB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACB9D

Black with #AACB9D

Text Example


Text Example

White with #AACB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACB9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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