Html Css Color HEX #ADAEAC Silver Chalice

📋 copy color: '#ADAEAC'

red 173 ◦ green 174 ◦ blue 172

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

Shades of Silver Chalice #ADAEAC

Tints of Silver Chalice #ADAEAC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.53%

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

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

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

#ADAEAC (or 0xADAEAC) is known color: Silver Chalice. HEX triplet: AD, AE and AC. RGB value is (173,174,172). Sum of RGB (Red+Green+Blue) = 173+174+172=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAEAC is #525153. Grayscale: #ADADAD. Windows color (decimal): -5394772 or 11316909. OLE color: 11316909.

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

Color convert

RGB 173 174 172 -
CMYK 0.01 0 0.01 0.32
HSL 90º 0.01% 0.68% -
HSV(B) 90º 0.01% 0.68% -
XYZ 39.82 42.13 45.06 -
YUV 173.47 127.17 127.66 -
System Red Green Blue C M Y K H S L
Decimal 173 174 172 0.01 0 0.01 0.32 90 0.01 0.68
Hex AD AE AC 1 0 1 20 5A 1 44
Octal 255 256 254 1 0 1 40 132 1 104
Binary 10101101 10101110 10101100 1 0 1 100000 1011010 1 1000100

Color Harmonies of #ADAEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAEAC

Black with #ADAEAC

Text Example


Text Example

White with #ADAEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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