Html Css Color HEX #ABCAA0 Spring Rain

📋 copy color: '#ABCAA0'

red 171 ◦ green 202 ◦ blue 160

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

Shades of Spring Rain #ABCAA0

Tints of Spring Rain #ABCAA0

RGB

 RED value IS 171 (67.19% from 255) = 32.08%

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

 BLUE value IS 160 (62.89% from 255) = 30.02%

R = 32.08%
G = 37.9%
B = 30.02%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#ABCAA0 (or 0xABCAA0) is known color: Spring Rain. HEX triplet: AB, CA and A0. RGB value is (171,202,160). Sum of RGB (Red+Green+Blue) = 171+202+160=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCAA0 is #54355F. Grayscale: #BCBCBC. Windows color (decimal): -5518688 or 10537643. OLE color: 10537643.

HSL color Cylindrical-coordinate representation of color #ABCAA0: hue angle of 104.29º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABCAA0 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 202 160 -
CMYK 0.15 0 0.21 0.21
HSL 104.29º 0.28% 0.71% -
HSV(B) 104.29º 0.21% 0.79% -
XYZ 44.26 53.44 41.24 -
YUV 187.94 112.23 115.92 -
System Red Green Blue C M Y K H S L
Decimal 171 202 160 0.15 0 0.21 0.21 104.29 0.28 0.71
Hex AB CA A0 F 0 15 15 68 1C 47
Octal 253 312 240 17 0 25 25 150 34 107
Binary 10101011 11001010 10100000 1111 0 10101 10101 1101000 11100 1000111

Color Harmonies of #ABCAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCAA0

Black with #ABCAA0

Text Example


Text Example

White with #ABCAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCAA0; }

 p { color: rgb(171,202,160); }

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

background-color css

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

 a { background-color: rgb(171,202,160); }

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

border-color css

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

 span { border-color: rgb(171,202,160); }

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