Html Css Color HEX #ADBFA7 Spring Rain

📋 copy color: '#ADBFA7'

red 173 ◦ green 191 ◦ blue 167

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

Shades of Spring Rain #ADBFA7

Tints of Spring Rain #ADBFA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 31.45%

R = 32.58%
G = 35.97%
B = 31.45%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#ADBFA7 (or 0xADBFA7) is known color: Spring Rain. HEX triplet: AD, BF and A7. RGB value is (173,191,167). Sum of RGB (Red+Green+Blue) = 173+191+167=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 167 (65.62% from 255 or 31.45% from 531); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBFA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBFA7 is #524058. Grayscale: #B6B6B6. Windows color (decimal): -5390425 or 10993581. OLE color: 10993581.

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

Color convert

RGB 173 191 167 -
CMYK 0.09 0 0.13 0.25
HSL 105º 0.16% 0.7% -
HSV(B) 105º 0.13% 0.75% -
XYZ 42.84 48.94 43.75 -
YUV 182.88 119.04 120.95 -
System Red Green Blue C M Y K H S L
Decimal 173 191 167 0.09 0 0.13 0.25 105 0.16 0.7
Hex AD BF A7 9 0 D 19 69 10 46
Octal 255 277 247 11 0 15 31 151 20 106
Binary 10101101 10111111 10100111 1001 0 1101 11001 1101001 10000 1000110

Color Harmonies of #ADBFA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBFA7

Black with #ADBFA7

Text Example


Text Example

White with #ADBFA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBFA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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