Html Css Color HEX #ADBBAB Rainee

📋 copy color: '#ADBBAB'

red 173 ◦ green 187 ◦ blue 171

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

Shades of Rainee #ADBBAB

Tints of Rainee #ADBBAB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.22%

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

R = 32.58%
G = 35.22%
B = 32.2%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#ADBBAB (or 0xADBBAB) is known color: Rainee. HEX triplet: AD, BB and AB. RGB value is (173,187,171). Sum of RGB (Red+Green+Blue) = 173+187+171=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBBAB is #524454. Grayscale: #B5B5B5. Windows color (decimal): -5391445 or 11254701. OLE color: 11254701.

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

Color convert

RGB 173 187 171 -
CMYK 0.07 0 0.09 0.27
HSL 112.5º 0.11% 0.7% -
HSV(B) 112.5º 0.09% 0.73% -
XYZ 42.35 47.37 45.44 -
YUV 180.99 122.36 122.3 -
System Red Green Blue C M Y K H S L
Decimal 173 187 171 0.07 0 0.09 0.27 112.5 0.11 0.7
Hex AD BB AB 7 0 9 1B 70 B 46
Octal 255 273 253 7 0 11 33 160 13 106
Binary 10101101 10111011 10101011 111 0 1001 11011 1110000 1011 1000110

Color Harmonies of #ADBBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBBAB

Black with #ADBBAB

Text Example


Text Example

White with #ADBBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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