Html Css Color HEX #A4AAA0 Silver Chalice

📋 copy color: '#A4AAA0'

red 164 ◦ green 170 ◦ blue 160

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

Shades of Silver Chalice #A4AAA0

Tints of Silver Chalice #A4AAA0

RGB

 RED value IS 164 (64.45% from 255) = 33.2%

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

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

R = 33.2%
G = 34.41%
B = 32.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#A4AAA0 (or 0xA4AAA0) is known color: Silver Chalice. HEX triplet: A4, AA and A0. RGB value is (164,170,160). Sum of RGB (Red+Green+Blue) = 164+170+160=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AAA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AAA0 is #5B555F. Grayscale: #A7A7A7. Windows color (decimal): -5985632 or 10529444. OLE color: 10529444.

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

Color convert

RGB 164 170 160 -
CMYK 0.04 0 0.06 0.33
HSL 96º 0.06% 0.65% -
HSV(B) 96º 0.06% 0.67% -
XYZ 36.03 39.18 38.92 -
YUV 167.07 124.01 125.81 -
System Red Green Blue C M Y K H S L
Decimal 164 170 160 0.04 0 0.06 0.33 96 0.06 0.65
Hex A4 AA A0 4 0 6 21 60 6 41
Octal 244 252 240 4 0 6 41 140 6 101
Binary 10100100 10101010 10100000 100 0 110 100001 1100000 110 1000001

Color Harmonies of #A4AAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AAA0

Black with #A4AAA0

Text Example


Text Example

White with #A4AAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AAA0; }

 p { color: rgb(164,170,160); }

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

background-color css

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

 a { background-color: rgb(164,170,160); }

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

border-color css

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

 span { border-color: rgb(164,170,160); }

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