Html Css Color HEX #ADB1AD Rainee

📋 copy color: '#ADB1AD'

red 173 ◦ green 177 ◦ blue 173

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

Shades of Rainee #ADB1AD

Tints of Rainee #ADB1AD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.84%

 BLUE value IS 173 (67.97% from 255) = 33.08%

R = 33.08%
G = 33.84%
B = 33.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#ADB1AD (or 0xADB1AD) is known color: Rainee. HEX triplet: AD, B1 and AD. RGB value is (173,177,173). Sum of RGB (Red+Green+Blue) = 173+177+173=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB1AD is #524E52. Grayscale: #AFAFAF. Windows color (decimal): -5394003 or 11383213. OLE color: 11383213.

HSL color Cylindrical-coordinate representation of color #ADB1AD: hue angle of 120º degrees, saturation: 0.03, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ADB1AD is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 177 173 -
CMYK 0.02 0 0.02 0.31
HSL 120º 0.03% 0.69% -
HSV(B) 120º 0.02% 0.69% -
XYZ 40.5 43.35 45.77 -
YUV 175.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 173 177 173 0.02 0 0.02 0.31 120 0.03 0.69
Hex AD B1 AD 2 0 2 1F 78 2 45
Octal 255 261 255 2 0 2 37 170 2 105
Binary 10101101 10110001 10101101 10 0 10 11111 1111000 10 1000101

Color Harmonies of #ADB1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB1AD

Black with #ADB1AD

Text Example


Text Example

White with #ADB1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB1AD; }

 p { color: rgb(173,177,173); }

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

background-color css

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

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

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

border-color css

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

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

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