Html Css Color HEX #A6AEA0 Silver Chalice

📋 copy color: '#A6AEA0'

red 166 ◦ green 174 ◦ blue 160

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

Shades of Silver Chalice #A6AEA0

Tints of Silver Chalice #A6AEA0

RGB

 RED value IS 166 (65.23% from 255) = 33.2%

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

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

R = 33.2%
G = 34.8%
B = 32%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#A6AEA0 (or 0xA6AEA0) is known color: Silver Chalice. HEX triplet: A6, AE and A0. RGB value is (166,174,160). Sum of RGB (Red+Green+Blue) = 166+174+160=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 174 - color contains mainly: green. Hex color #A6AEA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AEA0 is #59515F. Grayscale: #AAAAAA. Windows color (decimal): -5853536 or 10530470. OLE color: 10530470.

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

Color convert

RGB 166 174 160 -
CMYK 0.05 0 0.08 0.32
HSL 94.29º 0.08% 0.65% -
HSV(B) 94.29º 0.08% 0.68% -
XYZ 37.21 40.92 39.19 -
YUV 170.01 122.35 125.14 -
System Red Green Blue C M Y K H S L
Decimal 166 174 160 0.05 0 0.08 0.32 94.29 0.08 0.65
Hex A6 AE A0 5 0 8 20 5E 8 41
Octal 246 256 240 5 0 10 40 136 10 101
Binary 10100110 10101110 10100000 101 0 1000 100000 1011110 1000 1000001

Color Harmonies of #A6AEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AEA0

Black with #A6AEA0

Text Example


Text Example

White with #A6AEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AEA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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