Html Css Color HEX #ABADAB Rainee

📋 copy color: '#ABADAB'

red 171 ◦ green 173 ◦ blue 171

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

Shades of Rainee #ABADAB

Tints of Rainee #ABADAB

RGB

 RED value IS 171 (67.19% from 255) = 33.2%

 GREEN value IS 173 (67.97% from 255) = 33.59%

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

R = 33.2%
G = 33.59%
B = 33.2%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#ABADAB (or 0xABADAB) is known color: Rainee. HEX triplet: AB, AD and AB. RGB value is (171,173,171). Sum of RGB (Red+Green+Blue) = 171+173+171=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 173 - color contains mainly: green. Hex color #ABADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABADAB is #545254. Grayscale: #ACACAC. Windows color (decimal): -5526101 or 11251115. OLE color: 11251115.

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

Color convert

RGB 171 173 171 -
CMYK 0.01 0 0.01 0.32
HSL 120º 0.01% 0.67% -
HSV(B) 120º 0.01% 0.68% -
XYZ 39.09 41.49 44.48 -
YUV 172.17 127.34 127.16 -
System Red Green Blue C M Y K H S L
Decimal 171 173 171 0.01 0 0.01 0.32 120 0.01 0.67
Hex AB AD AB 1 0 1 20 78 1 43
Octal 253 255 253 1 0 1 40 170 1 103
Binary 10101011 10101101 10101011 1 0 1 100000 1111000 1 1000011

Color Harmonies of #ABADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABADAB

Black with #ABADAB

Text Example


Text Example

White with #ABADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABADAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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