Html Css Color HEX #ADB3AB Rainee

📋 copy color: '#ADB3AB'

red 173 ◦ green 179 ◦ blue 171

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

Shades of Rainee #ADB3AB

Tints of Rainee #ADB3AB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.23%

 BLUE value IS 171 (67.19% from 255) = 32.7%

R = 33.08%
G = 34.23%
B = 32.7%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#ADB3AB (or 0xADB3AB) is known color: Rainee. HEX triplet: AD, B3 and AB. RGB value is (173,179,171). Sum of RGB (Red+Green+Blue) = 173+179+171=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 179 (70.31% from 255 or 34.23% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB3AB is #524C54. Grayscale: #B0B0B0. Windows color (decimal): -5393493 or 11252653. OLE color: 11252653.

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

Color convert

RGB 173 179 171 -
CMYK 0.03 0 0.04 0.30
HSL 105º 0.05% 0.69% -
HSV(B) 105º 0.04% 0.7% -
XYZ 40.7 44.06 44.89 -
YUV 176.29 125.01 125.65 -
System Red Green Blue C M Y K H S L
Decimal 173 179 171 0.03 0 0.04 0.30 105 0.05 0.69
Hex AD B3 AB 3 0 4 1E 69 5 45
Octal 255 263 253 3 0 4 36 151 5 105
Binary 10101101 10110011 10101011 11 0 100 11110 1101001 101 1000101

Color Harmonies of #ADB3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB3AB

Black with #ADB3AB

Text Example


Text Example

White with #ADB3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB3AB; }

 p { color: rgb(173,179,171); }

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

background-color css

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

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

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

border-color css

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

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

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