Html Css Color HEX #A7ADA0 Silver Chalice

📋 copy color: '#A7ADA0'

red 167 ◦ green 173 ◦ blue 160

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

Shades of Silver Chalice #A7ADA0

Tints of Silver Chalice #A7ADA0

RGB

 RED value IS 167 (65.63% from 255) = 33.4%

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

 BLUE value IS 160 (62.89% from 255) = 32%

R = 33.4%
G = 34.6%
B = 32%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#A7ADA0 (or 0xA7ADA0) is known color: Silver Chalice. HEX triplet: A7, AD and A0. RGB value is (167,173,160). Sum of RGB (Red+Green+Blue) = 167+173+160=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 173 - color contains mainly: green. Hex color #A7ADA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7ADA0 is #58525F. Grayscale: #A9A9A9. Windows color (decimal): -5788256 or 10530215. OLE color: 10530215.

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

Color convert

RGB 167 173 160 -
CMYK 0.03 0 0.08 0.32
HSL 87.69º 0.07% 0.65% -
HSV(B) 87.69º 0.08% 0.68% -
XYZ 37.23 40.64 39.14 -
YUV 169.72 122.51 126.06 -
System Red Green Blue C M Y K H S L
Decimal 167 173 160 0.03 0 0.08 0.32 87.69 0.07 0.65
Hex A7 AD A0 3 0 8 20 58 7 41
Octal 247 255 240 3 0 10 40 130 7 101
Binary 10100111 10101101 10100000 11 0 1000 100000 1011000 111 1000001

Color Harmonies of #A7ADA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7ADA0

Black with #A7ADA0

Text Example


Text Example

White with #A7ADA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7ADA0; }

 p { color: rgb(167,173,160); }

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

background-color css

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

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

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

border-color css

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

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

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