Html Css Color HEX #ADB7A8 Spring Rain

📋 copy color: '#ADB7A8'

red 173 ◦ green 183 ◦ blue 168

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

Shades of Spring Rain #ADB7A8

Tints of Spring Rain #ADB7A8

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.92%

 BLUE value IS 168 (66.02% from 255) = 32.06%

R = 33.02%
G = 34.92%
B = 32.06%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#ADB7A8 (or 0xADB7A8) is known color: Spring Rain. HEX triplet: AD, B7 and A8. RGB value is (173,183,168). Sum of RGB (Red+Green+Blue) = 173+183+168=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 168 (66.02% from 255 or 32.06% from 524); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB7A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB7A8 is #524857. Grayscale: #B2B2B2. Windows color (decimal): -5392472 or 11057069. OLE color: 11057069.

HSL color Cylindrical-coordinate representation of color #ADB7A8: hue angle of 100º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADB7A8 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 183 168 -
CMYK 0.05 0 0.08 0.28
HSL 100º 0.09% 0.69% -
HSV(B) 100º 0.08% 0.72% -
XYZ 41.23 45.58 43.67 -
YUV 178.3 122.19 124.22 -
System Red Green Blue C M Y K H S L
Decimal 173 183 168 0.05 0 0.08 0.28 100 0.09 0.69
Hex AD B7 A8 5 0 8 1C 64 9 45
Octal 255 267 250 5 0 10 34 144 11 105
Binary 10101101 10110111 10101000 101 0 1000 11100 1100100 1001 1000101

Color Harmonies of #ADB7A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB7A8

Black with #ADB7A8

Text Example


Text Example

White with #ADB7A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB7A8; }

 p { color: rgb(173,183,168); }

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

background-color css

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

 a { background-color: rgb(173,183,168); }

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

border-color css

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

 span { border-color: rgb(173,183,168); }

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