Html Css Color HEX #ADBFA0 Spring Rain

📋 copy color: '#ADBFA0'

red 173 ◦ green 191 ◦ blue 160

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

Shades of Spring Rain #ADBFA0

Tints of Spring Rain #ADBFA0

RGB

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

 GREEN value IS 191 (75% from 255) = 36.45%

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

R = 33.02%
G = 36.45%
B = 30.53%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#ADBFA0 (or 0xADBFA0) is known color: Spring Rain. HEX triplet: AD, BF and A0. RGB value is (173,191,160). Sum of RGB (Red+Green+Blue) = 173+191+160=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 160 (62.89% from 255 or 30.53% from 524); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBFA0 is #52405F. Grayscale: #B6B6B6. Windows color (decimal): -5390432 or 10534829. OLE color: 10534829.

HSL color Cylindrical-coordinate representation of color #ADBFA0: hue angle of 94.84º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADBFA0 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 191 160 -
CMYK 0.09 0 0.16 0.25
HSL 94.84º 0.19% 0.69% -
HSV(B) 94.84º 0.16% 0.75% -
XYZ 42.21 48.68 40.43 -
YUV 182.08 115.54 121.52 -
System Red Green Blue C M Y K H S L
Decimal 173 191 160 0.09 0 0.16 0.25 94.84 0.19 0.69
Hex AD BF A0 9 0 10 19 5F 13 45
Octal 255 277 240 11 0 20 31 137 23 105
Binary 10101101 10111111 10100000 1001 0 10000 11001 1011111 10011 1000101

Color Harmonies of #ADBFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBFA0

Black with #ADBFA0

Text Example


Text Example

White with #ADBFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBFA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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