Html Css Color HEX #ADB0AC Rainee

📋 copy color: '#ADB0AC'

red 173 ◦ green 176 ◦ blue 172

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

Shades of Rainee #ADB0AC

Tints of Rainee #ADB0AC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.78%

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

R = 33.21%
G = 33.78%
B = 33.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#ADB0AC (or 0xADB0AC) is known color: Rainee. HEX triplet: AD, B0 and AC. RGB value is (173,176,172). Sum of RGB (Red+Green+Blue) = 173+176+172=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB0AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB0AC is #524F53. Grayscale: #AEAEAE. Windows color (decimal): -5394260 or 11317421. OLE color: 11317421.

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

Color convert

RGB 173 176 172 -
CMYK 0.02 0 0.02 0.31
HSL 105º 0.02% 0.68% -
HSV(B) 105º 0.02% 0.69% -
XYZ 40.21 42.91 45.19 -
YUV 174.65 126.51 126.83 -
System Red Green Blue C M Y K H S L
Decimal 173 176 172 0.02 0 0.02 0.31 105 0.02 0.68
Hex AD B0 AC 2 0 2 1F 69 2 44
Octal 255 260 254 2 0 2 37 151 2 104
Binary 10101101 10110000 10101100 10 0 10 11111 1101001 10 1000100

Color Harmonies of #ADB0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB0AC

Black with #ADB0AC

Text Example


Text Example

White with #ADB0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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