Html Css Color HEX #ADC3A0 Spring Rain

📋 copy color: '#ADC3A0'

red 173 ◦ green 195 ◦ blue 160

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

Shades of Spring Rain #ADC3A0

Tints of Spring Rain #ADC3A0

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.93%

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

R = 32.77%
G = 36.93%
B = 30.3%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#ADC3A0 (or 0xADC3A0) is known color: Spring Rain. HEX triplet: AD, C3 and A0. RGB value is (173,195,160). Sum of RGB (Red+Green+Blue) = 173+195+160=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC3A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC3A0 is #523C5F. Grayscale: #B8B8B8. Windows color (decimal): -5389408 or 10535853. OLE color: 10535853.

HSL color Cylindrical-coordinate representation of color #ADC3A0: hue angle of 97.71º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADC3A0 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 195 160 -
CMYK 0.11 0 0.18 0.24
HSL 97.71º 0.23% 0.7% -
HSV(B) 97.71º 0.18% 0.76% -
XYZ 43.09 50.45 40.72 -
YUV 184.43 114.21 119.85 -
System Red Green Blue C M Y K H S L
Decimal 173 195 160 0.11 0 0.18 0.24 97.71 0.23 0.7
Hex AD C3 A0 B 0 12 18 62 17 46
Octal 255 303 240 13 0 22 30 142 27 106
Binary 10101101 11000011 10100000 1011 0 10010 11000 1100010 10111 1000110

Color Harmonies of #ADC3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC3A0

Black with #ADC3A0

Text Example


Text Example

White with #ADC3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC3A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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