Html Css Color HEX #ADBAA6 Spring Rain

📋 copy color: '#ADBAA6'

red 173 ◦ green 186 ◦ blue 166

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

Shades of Spring Rain #ADBAA6

Tints of Spring Rain #ADBAA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.62%

R = 32.95%
G = 35.43%
B = 31.62%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#ADBAA6 (or 0xADBAA6) is known color: Spring Rain. HEX triplet: AD, BA and A6. RGB value is (173,186,166). Sum of RGB (Red+Green+Blue) = 173+186+166=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 166 (65.23% from 255 or 31.62% from 525); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBAA6 is #524559. Grayscale: #B3B3B3. Windows color (decimal): -5391706 or 10926765. OLE color: 10926765.

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

Color convert

RGB 173 186 166 -
CMYK 0.07 0 0.11 0.27
HSL 99º 0.13% 0.69% -
HSV(B) 99º 0.11% 0.73% -
XYZ 41.68 46.76 42.9 -
YUV 179.83 120.19 123.13 -
System Red Green Blue C M Y K H S L
Decimal 173 186 166 0.07 0 0.11 0.27 99 0.13 0.69
Hex AD BA A6 7 0 B 1B 63 D 45
Octal 255 272 246 7 0 13 33 143 15 105
Binary 10101101 10111010 10100110 111 0 1011 11011 1100011 1101 1000101

Color Harmonies of #ADBAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBAA6

Black with #ADBAA6

Text Example


Text Example

White with #ADBAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBAA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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