Html Css Color HEX #ADBAA7 Spring Rain

📋 copy color: '#ADBAA7'

red 173 ◦ green 186 ◦ blue 167

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

Shades of Spring Rain #ADBAA7

Tints of Spring Rain #ADBAA7

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.36%

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

R = 32.89%
G = 35.36%
B = 31.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#ADBAA7 (or 0xADBAA7) is known color: Spring Rain. HEX triplet: AD, BA and A7. RGB value is (173,186,167). Sum of RGB (Red+Green+Blue) = 173+186+167=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 167 (65.62% from 255 or 31.75% from 526); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBAA7 is #524558. Grayscale: #B4B4B4. Windows color (decimal): -5391705 or 10992301. OLE color: 10992301.

HSL color Cylindrical-coordinate representation of color #ADBAA7: hue angle of 101.05º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADBAA7 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 186 167 -
CMYK 0.07 0 0.10 0.27
HSL 101.05º 0.12% 0.69% -
HSV(B) 101.05º 0.1% 0.73% -
XYZ 41.77 46.79 43.39 -
YUV 179.95 120.69 123.04 -
System Red Green Blue C M Y K H S L
Decimal 173 186 167 0.07 0 0.10 0.27 101.05 0.12 0.69
Hex AD BA A7 7 0 A 1B 65 C 45
Octal 255 272 247 7 0 12 33 145 14 105
Binary 10101101 10111010 10100111 111 0 1010 11011 1100101 1100 1000101

Color Harmonies of #ADBAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBAA7

Black with #ADBAA7

Text Example


Text Example

White with #ADBAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBAA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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