Html Css Color HEX #A7AAA5 Silver Chalice

📋 copy color: '#A7AAA5'

red 167 ◦ green 170 ◦ blue 165

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

Shades of Silver Chalice #A7AAA5

Tints of Silver Chalice #A7AAA5

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.86%

 BLUE value IS 165 (64.84% from 255) = 32.87%

R = 33.27%
G = 33.86%
B = 32.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#A7AAA5 (or 0xA7AAA5) is known color: Silver Chalice. HEX triplet: A7, AA and A5. RGB value is (167,170,165). Sum of RGB (Red+Green+Blue) = 167+170+165=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 165 (64.84% from 255 or 32.87% from 502); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AAA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AAA5 is #58555A. Grayscale: #A8A8A8. Windows color (decimal): -5789019 or 10857127. OLE color: 10857127.

HSL color Cylindrical-coordinate representation of color #A7AAA5: hue angle of 96º degrees, saturation: 0.03, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A7AAA5 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 167 170 165 -
CMYK 0.02 0 0.03 0.33
HSL 96º 0.03% 0.66% -
HSV(B) 96º 0.03% 0.67% -
XYZ 37.1 39.68 41.3 -
YUV 168.53 126.01 126.91 -
System Red Green Blue C M Y K H S L
Decimal 167 170 165 0.02 0 0.03 0.33 96 0.03 0.66
Hex A7 AA A5 2 0 3 21 60 3 42
Octal 247 252 245 2 0 3 41 140 3 102
Binary 10100111 10101010 10100101 10 0 11 100001 1100000 11 1000010

Color Harmonies of #A7AAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AAA5

Black with #A7AAA5

Text Example


Text Example

White with #A7AAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AAA5; }

 p { color: rgb(167,170,165); }

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

background-color css

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

 a { background-color: rgb(167,170,165); }

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

border-color css

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

 span { border-color: rgb(167,170,165); }

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