#AAB4A3

Color #AAB4A3 Silver Chalice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Chalice #AAB4A3

Tints of Silver Chalice #AAB4A3

Color information

#AAB4A3 (or 0xAAB4A3) is unknown color: approx Silver Chalice. HEX triplet: AA, B4 and A3. RGB value is (170,180,163). Sum of RGB (Red+Green+Blue) = 170+180+163=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 163 (64.06% from 255 or 31.77% from 513); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB4A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB4A3 is #554B5C. Grayscale: #AFAFAF. Windows color (decimal): -5589853 or 10728618. OLE color: 10728618.

HSL color Cylindrical-coordinate representation of color #AAB4A3: hue angle of 95.29º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AAB4A3 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB170180163-
CMYK0.0600.090.29
HSL95.29º10.18%67.25%-
HSV(B)95.29º9.44%70.59%-
XYZ39.5143.8341.03-
YUV175.07121.19124.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.14%
GREEN value IS 180 (70.70% from 255) = 35.09%
BLUE value IS 163 (64.06% from 255) = 31.77%
R=33.14%
G=35.09%
B=31.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701801630.0600.090.2995.2910.1867.25
HexAAB4A36091D5fa43
Octal25226424360113513712103
Binary1010101010110100101000111100100111101101111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB4A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB4A3; }

 p { color: rgb(170,180,163); }

 H1.HeaderClassName
 {
   color: #AAB4A3;
 }
 .AnyTagClassName
 {
   color: #AAB4A3;
 }
</style>
background-color css

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

 a { background-color: rgb(170,180,163); }

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

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

 span { border-color: rgb(170,180,163); }

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