Html Css Color HEX #A8AEA1 Silver Chalice

📋 copy color: '#A8AEA1'

red 168 ◦ green 174 ◦ blue 161

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

Shades of Silver Chalice #A8AEA1

Tints of Silver Chalice #A8AEA1

RGB

 RED value IS 168 (66.02% from 255) = 33.4%

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

 BLUE value IS 161 (63.28% from 255) = 32.01%

R = 33.4%
G = 34.59%
B = 32.01%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#A8AEA1 (or 0xA8AEA1) is known color: Silver Chalice. HEX triplet: A8, AE and A1. RGB value is (168,174,161). Sum of RGB (Red+Green+Blue) = 168+174+161=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AEA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AEA1 is #57515E. Grayscale: #AAAAAA. Windows color (decimal): -5722463 or 10596008. OLE color: 10596008.

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

Color convert

RGB 168 174 161 -
CMYK 0.03 0 0.07 0.32
HSL 87.69º 0.07% 0.66% -
HSV(B) 87.69º 0.07% 0.68% -
XYZ 37.72 41.17 39.68 -
YUV 170.72 122.51 126.06 -
System Red Green Blue C M Y K H S L
Decimal 168 174 161 0.03 0 0.07 0.32 87.69 0.07 0.66
Hex A8 AE A1 3 0 7 20 58 7 42
Octal 250 256 241 3 0 7 40 130 7 102
Binary 10101000 10101110 10100001 11 0 111 100000 1011000 111 1000010

Color Harmonies of #A8AEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AEA1

Black with #A8AEA1

Text Example


Text Example

White with #A8AEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AEA1; }

 p { color: rgb(168,174,161); }

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

background-color css

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

 a { background-color: rgb(168,174,161); }

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

border-color css

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

 span { border-color: rgb(168,174,161); }

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