#AAB0A4

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

Shades of Silver Chalice #AAB0A4

Tints of Silver Chalice #AAB0A4

Color information

#AAB0A4 (or 0xAAB0A4) is unknown color: approx Silver Chalice. HEX triplet: AA, B0 and A4. RGB value is (170,176,164). Sum of RGB (Red+Green+Blue) = 170+176+164=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 164 (64.45% from 255 or 32.16% from 510); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB0A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB0A4 is #554F5B. Grayscale: #ACACAC. Windows color (decimal): -5590876 or 10793130. OLE color: 10793130.

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

Color convert

RGB170176164-
CMYK0.0300.070.31
HSL90º7.06%66.67%-
HSV(B)90º6.82%69.02%-
XYZ38.842.2841.24-
YUV172.84123.01125.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.33%
GREEN value IS 176 (69.14% from 255) = 34.51%
BLUE value IS 164 (64.45% from 255) = 32.16%
R=33.33%
G=34.51%
B=32.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701761640.0300.070.31907.0666.67
HexAAB0A43071F5a743
Octal252260244307371327103
Binary1010101010110000101001001101111111110110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB0A4; }

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

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

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

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

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

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

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

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