Html Css Color HEX #ADB2AD Rainee

📋 copy color: '#ADB2AD'

red 173 ◦ green 178 ◦ blue 173

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

Shades of Rainee #ADB2AD

Tints of Rainee #ADB2AD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.97%

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

R = 33.02%
G = 33.97%
B = 33.02%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#ADB2AD (or 0xADB2AD) is known color: Rainee. HEX triplet: AD, B2 and AD. RGB value is (173,178,173). Sum of RGB (Red+Green+Blue) = 173+178+173=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB2AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB2AD is #524D52. Grayscale: #AFAFAF. Windows color (decimal): -5393747 or 11383469. OLE color: 11383469.

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

Color convert

RGB 173 178 173 -
CMYK 0.03 0 0.03 0.30
HSL 120º 0.03% 0.69% -
HSV(B) 120º 0.03% 0.7% -
XYZ 40.7 43.74 45.83 -
YUV 175.94 126.34 125.91 -
System Red Green Blue C M Y K H S L
Decimal 173 178 173 0.03 0 0.03 0.30 120 0.03 0.69
Hex AD B2 AD 3 0 3 1E 78 3 45
Octal 255 262 255 3 0 3 36 170 3 105
Binary 10101101 10110010 10101101 11 0 11 11110 1111000 11 1000101

Color Harmonies of #ADB2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB2AD

Black with #ADB2AD

Text Example


Text Example

White with #ADB2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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