Html Css Color HEX #A7AEA0 Silver Chalice

📋 copy color: '#A7AEA0'

red 167 ◦ green 174 ◦ blue 160

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

Shades of Silver Chalice #A7AEA0

Tints of Silver Chalice #A7AEA0

RGB

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

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

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

R = 33.33%
G = 34.73%
B = 31.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#A7AEA0 (or 0xA7AEA0) is known color: Silver Chalice. HEX triplet: A7, AE and A0. RGB value is (167,174,160). Sum of RGB (Red+Green+Blue) = 167+174+160=501 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.33% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 174 - color contains mainly: green. Hex color #A7AEA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AEA0 is #58515F. Grayscale: #AAAAAA. Windows color (decimal): -5788000 or 10530471. OLE color: 10530471.

HSL color Cylindrical-coordinate representation of color #A7AEA0: hue angle of 90º degrees, saturation: 0.08, 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 #A7AEA0 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 167 174 160 -
CMYK 0.04 0 0.08 0.32
HSL 90º 0.08% 0.65% -
HSV(B) 90º 0.08% 0.68% -
XYZ 37.42 41.03 39.2 -
YUV 170.31 122.18 125.64 -
System Red Green Blue C M Y K H S L
Decimal 167 174 160 0.04 0 0.08 0.32 90 0.08 0.65
Hex A7 AE A0 4 0 8 20 5A 8 41
Octal 247 256 240 4 0 10 40 132 10 101
Binary 10100111 10101110 10100000 100 0 1000 100000 1011010 1000 1000001

Color Harmonies of #A7AEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AEA0

Black with #A7AEA0

Text Example


Text Example

White with #A7AEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AEA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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