Html Css Color HEX #ADC8A5 Spring Rain

📋 copy color: '#ADC8A5'

red 173 ◦ green 200 ◦ blue 165

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

Shades of Spring Rain #ADC8A5

Tints of Spring Rain #ADC8A5

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.17%

 BLUE value IS 165 (64.84% from 255) = 30.67%

R = 32.16%
G = 37.17%
B = 30.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#ADC8A5 (or 0xADC8A5) is known color: Spring Rain. HEX triplet: AD, C8 and A5. RGB value is (173,200,165). Sum of RGB (Red+Green+Blue) = 173+200+165=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 165 (64.84% from 255 or 30.67% from 538); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC8A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC8A5 is #52375A. Grayscale: #BCBCBC. Windows color (decimal): -5388123 or 10864813. OLE color: 10864813.

HSL color Cylindrical-coordinate representation of color #ADC8A5: hue angle of 106.29º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADC8A5 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 200 165 -
CMYK 0.14 0 0.18 0.22
HSL 106.29º 0.24% 0.72% -
HSV(B) 106.29º 0.18% 0.78% -
XYZ 44.68 52.91 43.46 -
YUV 187.94 115.05 117.35 -
System Red Green Blue C M Y K H S L
Decimal 173 200 165 0.14 0 0.18 0.22 106.29 0.24 0.72
Hex AD C8 A5 E 0 12 16 6A 18 48
Octal 255 310 245 16 0 22 26 152 30 110
Binary 10101101 11001000 10100101 1110 0 10010 10110 1101010 11000 1001000

Color Harmonies of #ADC8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC8A5

Black with #ADC8A5

Text Example


Text Example

White with #ADC8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC8A5; }

 p { color: rgb(173,200,165); }

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

background-color css

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

 a { background-color: rgb(173,200,165); }

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

border-color css

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

 span { border-color: rgb(173,200,165); }

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