Html Css Color HEX #ADCAA0 Spring Rain

📋 copy color: '#ADCAA0'

red 173 ◦ green 202 ◦ blue 160

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

Shades of Spring Rain #ADCAA0

Tints of Spring Rain #ADCAA0

RGB

 RED value IS 173 (67.97% from 255) = 32.34%

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

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

R = 32.34%
G = 37.76%
B = 29.91%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#ADCAA0 (or 0xADCAA0) is known color: Spring Rain. HEX triplet: AD, CA and A0. RGB value is (173,202,160). Sum of RGB (Red+Green+Blue) = 173+202+160=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 160 (62.89% from 255 or 29.91% from 535); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCAA0 is #52355F. Grayscale: #BCBCBC. Windows color (decimal): -5387616 or 10537645. OLE color: 10537645.

HSL color Cylindrical-coordinate representation of color #ADCAA0: hue angle of 101.43º 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 #ADCAA0 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 202 160 -
CMYK 0.14 0 0.21 0.21
HSL 101.43º 0.28% 0.71% -
HSV(B) 101.43º 0.21% 0.79% -
XYZ 44.7 53.66 41.26 -
YUV 188.54 111.89 116.92 -
System Red Green Blue C M Y K H S L
Decimal 173 202 160 0.14 0 0.21 0.21 101.43 0.28 0.71
Hex AD CA A0 E 0 15 15 65 1C 47
Octal 255 312 240 16 0 25 25 145 34 107
Binary 10101101 11001010 10100000 1110 0 10101 10101 1100101 11100 1000111

Color Harmonies of #ADCAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCAA0

Black with #ADCAA0

Text Example


Text Example

White with #ADCAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCAA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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