Html Css Color HEX #ADB99E Silver Chalice

📋 copy color: '#ADB99E'

red 173 ◦ green 185 ◦ blue 158

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

Shades of Silver Chalice #ADB99E

Tints of Silver Chalice #ADB99E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.85%

 BLUE value IS 158 (62.11% from 255) = 30.62%

R = 33.53%
G = 35.85%
B = 30.62%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#ADB99E (or 0xADB99E) is known color: Silver Chalice. HEX triplet: AD, B9 and 9E. RGB value is (173,185,158). Sum of RGB (Red+Green+Blue) = 173+185+158=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 158 (62.11% from 255 or 30.62% from 516); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB99E is #524661. Grayscale: #B2B2B2. Windows color (decimal): -5391970 or 10402221. OLE color: 10402221.

HSL color Cylindrical-coordinate representation of color #ADB99E: hue angle of 86.67º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADB99E is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 185 158 -
CMYK 0.06 0 0.15 0.27
HSL 86.67º 0.16% 0.67% -
HSV(B) 86.67º 0.15% 0.73% -
XYZ 40.75 46.05 39.09 -
YUV 178.33 116.52 124.2 -
System Red Green Blue C M Y K H S L
Decimal 173 185 158 0.06 0 0.15 0.27 86.67 0.16 0.67
Hex AD B9 9E 6 0 F 1B 57 10 43
Octal 255 271 236 6 0 17 33 127 20 103
Binary 10101101 10111001 10011110 110 0 1111 11011 1010111 10000 1000011

Color Harmonies of #ADB99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB99E

Black with #ADB99E

Text Example


Text Example

White with #ADB99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB99E; }

 p { color: rgb(173,185,158); }

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

background-color css

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

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

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

border-color css

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

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

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