#AAABA7

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

Shades of Silver Chalice #AAABA7

Tints of Silver Chalice #AAABA7

Color information

#AAABA7 (or 0xAAABA7) is unknown color: approx Silver Chalice. HEX triplet: AA, AB and A7. RGB value is (170,171,167). Sum of RGB (Red+Green+Blue) = 170+171+167=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 167 (65.62% from 255 or 32.87% from 508); Max value from RGB is 171 - color contains mainly: green. Hex color #AAABA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAABA7 is #555458. Grayscale: #AAAAAA. Windows color (decimal): -5592153 or 10988458. OLE color: 10988458.

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

Color convert

RGB170171167-
CMYK0.0100.020.33
HSL75º2.33%66.27%-
HSV(B)75º2.34%67.06%-
XYZ38.1240.4642.36-
YUV170.24126.17127.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.46%
GREEN value IS 171 (67.19% from 255) = 33.66%
BLUE value IS 167 (65.62% from 255) = 32.87%
R=33.46%
G=33.66%
B=32.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701711670.0100.020.33752.3366.27
HexAAABA7102214b242
Octal252253247102411132102
Binary10101010101010111010011110101000011001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAABA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAABA7; }

 p { color: rgb(170,171,167); }

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

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

 a { background-color: rgb(170,171,167); }

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

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

 span { border-color: rgb(170,171,167); }

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