Html Css Color HEX #ADABAC Lily

📋 copy color: '#ADABAC'

red 173 ◦ green 171 ◦ blue 172

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

Shades of Lily #ADABAC

Tints of Lily #ADABAC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.14%

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

R = 33.53%
G = 33.14%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#ADABAC (or 0xADABAC) is known color: Lily. HEX triplet: AD, AB and AC. RGB value is (173,171,172). Sum of RGB (Red+Green+Blue) = 173+171+172=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 173 - color contains mainly: red. Hex color #ADABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADABAC is #525453. Grayscale: #ABABAB. Windows color (decimal): -5395540 or 11316141. OLE color: 11316141.

HSL color Cylindrical-coordinate representation of color #ADABAC: hue angle of 330º 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 #ADABAC is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 171 172 -
CMYK 0 0.01 0.01 0.32
HSL 330º 0.01% 0.67% -
HSV(B) 330º 0.01% 0.68% -
XYZ 39.24 40.99 44.87 -
YUV 171.71 128.16 128.92 -
System Red Green Blue C M Y K H S L
Decimal 173 171 172 0 0.01 0.01 0.32 330 0.01 0.67
Hex AD AB AC 0 1 1 20 14A 1 43
Octal 255 253 254 0 1 1 40 512 1 103
Binary 10101101 10101011 10101100 0 1 1 100000 101001010 1 1000011

Color Harmonies of #ADABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADABAC

Black with #ADABAC

Text Example


Text Example

White with #ADABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADABAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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