Html Css Color HEX #A6AF9F Silver Chalice

📋 copy color: '#A6AF9F'

red 166 ◦ green 175 ◦ blue 159

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

Shades of Silver Chalice #A6AF9F

Tints of Silver Chalice #A6AF9F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35%

 BLUE value IS 159 (62.5% from 255) = 31.8%

R = 33.2%
G = 35%
B = 31.8%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#A6AF9F (or 0xA6AF9F) is known color: Silver Chalice. HEX triplet: A6, AF and 9F. RGB value is (166,175,159). Sum of RGB (Red+Green+Blue) = 166+175+159=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AF9F is #595060. Grayscale: #AAAAAA. Windows color (decimal): -5853281 or 10465190. OLE color: 10465190.

HSL color Cylindrical-coordinate representation of color #A6AF9F: hue angle of 93.75º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A6AF9F is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 175 159 -
CMYK 0.05 0 0.09 0.31
HSL 93.75º 0.09% 0.65% -
HSV(B) 93.75º 0.09% 0.69% -
XYZ 37.31 41.27 38.8 -
YUV 170.49 121.52 124.8 -
System Red Green Blue C M Y K H S L
Decimal 166 175 159 0.05 0 0.09 0.31 93.75 0.09 0.65
Hex A6 AF 9F 5 0 9 1F 5E 9 41
Octal 246 257 237 5 0 11 37 136 11 101
Binary 10100110 10101111 10011111 101 0 1001 11111 1011110 1001 1000001

Color Harmonies of #A6AF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AF9F

Black with #A6AF9F

Text Example


Text Example

White with #A6AF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AF9F; }

 p { color: rgb(166,175,159); }

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

background-color css

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

 a { background-color: rgb(166,175,159); }

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

border-color css

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

 span { border-color: rgb(166,175,159); }

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