Html Css Color HEX #ADB2AC Rainee

📋 copy color: '#ADB2AC'

red 173 ◦ green 178 ◦ blue 172

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

Shades of Rainee #ADB2AC

Tints of Rainee #ADB2AC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.03%

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

R = 33.08%
G = 34.03%
B = 32.89%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#ADB2AC (or 0xADB2AC) is known color: Rainee. HEX triplet: AD, B2 and AC. RGB value is (173,178,172). Sum of RGB (Red+Green+Blue) = 173+178+172=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB2AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB2AC is #524D53. Grayscale: #AFAFAF. Windows color (decimal): -5393748 or 11317933. OLE color: 11317933.

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

Color convert

RGB 173 178 172 -
CMYK 0.03 0 0.03 0.30
HSL 110º 0.04% 0.69% -
HSV(B) 110º 0.03% 0.7% -
XYZ 40.6 43.7 45.33 -
YUV 175.82 125.84 125.99 -
System Red Green Blue C M Y K H S L
Decimal 173 178 172 0.03 0 0.03 0.30 110 0.04 0.69
Hex AD B2 AC 3 0 3 1E 6E 4 45
Octal 255 262 254 3 0 3 36 156 4 105
Binary 10101101 10110010 10101100 11 0 11 11110 1101110 100 1000101

Color Harmonies of #ADB2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB2AC

Black with #ADB2AC

Text Example


Text Example

White with #ADB2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB2AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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