Html Css Color HEX #ADBAA8 Spring Rain

📋 copy color: '#ADBAA8'

red 173 ◦ green 186 ◦ blue 168

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

Shades of Spring Rain #ADBAA8

Tints of Spring Rain #ADBAA8

RGB

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

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

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

R = 32.83%
G = 35.29%
B = 31.88%

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

#ADBAA8 (or 0xADBAA8) is known color: Spring Rain. HEX triplet: AD, BA and A8. RGB value is (173,186,168). Sum of RGB (Red+Green+Blue) = 173+186+168=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBAA8 is #524557. Grayscale: #B4B4B4. Windows color (decimal): -5391704 or 11057837. OLE color: 11057837.

HSL color Cylindrical-coordinate representation of color #ADBAA8: hue angle of 103.33º 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 #ADBAA8 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 186 168 -
CMYK 0.07 0 0.10 0.27
HSL 103.33º 0.12% 0.69% -
HSV(B) 103.33º 0.1% 0.73% -
XYZ 41.86 46.83 43.88 -
YUV 180.06 121.19 122.96 -
System Red Green Blue C M Y K H S L
Decimal 173 186 168 0.07 0 0.10 0.27 103.33 0.12 0.69
Hex AD BA A8 7 0 A 1B 67 C 45
Octal 255 272 250 7 0 12 33 147 14 105
Binary 10101101 10111010 10101000 111 0 1010 11011 1100111 1100 1000101

Color Harmonies of #ADBAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBAA8

Black with #ADBAA8

Text Example


Text Example

White with #ADBAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBAA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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