Html Css Color HEX #ADB5AB Rainee

📋 copy color: '#ADB5AB'

red 173 ◦ green 181 ◦ blue 171

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

Shades of Rainee #ADB5AB

Tints of Rainee #ADB5AB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.48%

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

R = 32.95%
G = 34.48%
B = 32.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#ADB5AB (or 0xADB5AB) is known color: Rainee. HEX triplet: AD, B5 and AB. RGB value is (173,181,171). Sum of RGB (Red+Green+Blue) = 173+181+171=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 181 (71.09% from 255 or 34.48% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB5AB is #524A54. Grayscale: #B1B1B1. Windows color (decimal): -5392981 or 11253165. OLE color: 11253165.

HSL color Cylindrical-coordinate representation of color #ADB5AB: hue angle of 108º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ADB5AB is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 181 171 -
CMYK 0.04 0 0.06 0.29
HSL 108º 0.06% 0.69% -
HSV(B) 108º 0.06% 0.71% -
XYZ 41.11 44.87 45.02 -
YUV 177.47 124.35 124.81 -
System Red Green Blue C M Y K H S L
Decimal 173 181 171 0.04 0 0.06 0.29 108 0.06 0.69
Hex AD B5 AB 4 0 6 1D 6C 6 45
Octal 255 265 253 4 0 6 35 154 6 105
Binary 10101101 10110101 10101011 100 0 110 11101 1101100 110 1000101

Color Harmonies of #ADB5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB5AB

Black with #ADB5AB

Text Example


Text Example

White with #ADB5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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