Html Css Color HEX #ADB5AC Rainee

📋 copy color: '#ADB5AC'

red 173 ◦ green 181 ◦ blue 172

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

Shades of Rainee #ADB5AC

Tints of Rainee #ADB5AC

RGB

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

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

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

R = 32.89%
G = 34.41%
B = 32.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#ADB5AC (or 0xADB5AC) is known color: Rainee. HEX triplet: AD, B5 and AC. RGB value is (173,181,172). Sum of RGB (Red+Green+Blue) = 173+181+172=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 181 (71.09% from 255 or 34.41% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB5AC is #524A53. Grayscale: #B1B1B1. Windows color (decimal): -5392980 or 11318701. OLE color: 11318701.

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

Color convert

RGB 173 181 172 -
CMYK 0.04 0 0.05 0.29
HSL 113.33º 0.06% 0.69% -
HSV(B) 113.33º 0.05% 0.71% -
XYZ 41.2 44.91 45.53 -
YUV 177.58 124.85 124.73 -
System Red Green Blue C M Y K H S L
Decimal 173 181 172 0.04 0 0.05 0.29 113.33 0.06 0.69
Hex AD B5 AC 4 0 5 1D 71 6 45
Octal 255 265 254 4 0 5 35 161 6 105
Binary 10101101 10110101 10101100 100 0 101 11101 1110001 110 1000101

Color Harmonies of #ADB5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB5AC

Black with #ADB5AC

Text Example


Text Example

White with #ADB5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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