Html Css Color HEX #ADB9AC Rainee

📋 copy color: '#ADB9AC'

red 173 ◦ green 185 ◦ blue 172

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

Shades of Rainee #ADB9AC

Tints of Rainee #ADB9AC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.91%

 BLUE value IS 172 (67.58% from 255) = 32.45%

R = 32.64%
G = 34.91%
B = 32.45%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#ADB9AC (or 0xADB9AC) is known color: Rainee. HEX triplet: AD, B9 and AC. RGB value is (173,185,172). Sum of RGB (Red+Green+Blue) = 173+185+172=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB9AC is #524653. Grayscale: #B3B3B3. Windows color (decimal): -5391956 or 11319725. OLE color: 11319725.

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

Color convert

RGB 173 185 172 -
CMYK 0.06 0 0.07 0.27
HSL 115.38º 0.08% 0.7% -
HSV(B) 115.38º 0.07% 0.73% -
XYZ 42.03 46.56 45.8 -
YUV 179.93 123.52 123.06 -
System Red Green Blue C M Y K H S L
Decimal 173 185 172 0.06 0 0.07 0.27 115.38 0.08 0.7
Hex AD B9 AC 6 0 7 1B 73 8 46
Octal 255 271 254 6 0 7 33 163 10 106
Binary 10101101 10111001 10101100 110 0 111 11011 1110011 1000 1000110

Color Harmonies of #ADB9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB9AC

Black with #ADB9AC

Text Example


Text Example

White with #ADB9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB9AC; }

 p { color: rgb(173,185,172); }

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

background-color css

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

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

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

border-color css

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

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

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