Html Css Color HEX #ADB2AB Rainee

📋 copy color: '#ADB2AB'

red 173 ◦ green 178 ◦ blue 171

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

Shades of Rainee #ADB2AB

Tints of Rainee #ADB2AB

RGB

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

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

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

R = 33.14%
G = 34.1%
B = 32.76%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#ADB2AB (or 0xADB2AB) is known color: Rainee. HEX triplet: AD, B2 and AB. RGB value is (173,178,171). Sum of RGB (Red+Green+Blue) = 173+178+171=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB2AB is #524D54. Grayscale: #AFAFAF. Windows color (decimal): -5393749 or 11252397. OLE color: 11252397.

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

Color convert

RGB 173 178 171 -
CMYK 0.03 0 0.04 0.30
HSL 102.86º 0.04% 0.68% -
HSV(B) 102.86º 0.04% 0.7% -
XYZ 40.5 43.67 44.82 -
YUV 175.71 125.34 126.07 -
System Red Green Blue C M Y K H S L
Decimal 173 178 171 0.03 0 0.04 0.30 102.86 0.04 0.68
Hex AD B2 AB 3 0 4 1E 67 4 44
Octal 255 262 253 3 0 4 36 147 4 104
Binary 10101101 10110010 10101011 11 0 100 11110 1100111 100 1000100

Color Harmonies of #ADB2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB2AB

Black with #ADB2AB

Text Example


Text Example

White with #ADB2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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