#AAB4A2

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

Shades of Silver Chalice #AAB4A2

Tints of Silver Chalice #AAB4A2

Color information

#AAB4A2 (or 0xAAB4A2) is unknown color: approx Silver Chalice. HEX triplet: AA, B4 and A2. RGB value is (170,180,162). Sum of RGB (Red+Green+Blue) = 170+180+162=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 162 (63.67% from 255 or 31.64% from 512); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB4A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB4A2 is #554B5D. Grayscale: #AFAFAF. Windows color (decimal): -5589854 or 10663082. OLE color: 10663082.

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

Color convert

RGB170180162-
CMYK0.0600.10.29
HSL93.33º10.71%67.06%-
HSV(B)93.33º10%70.59%-
XYZ39.4243.840.56-
YUV174.96120.69124.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 180 (70.70% from 255) = 35.16%
BLUE value IS 162 (63.67% from 255) = 31.64%
R=33.20%
G=35.16%
B=31.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701801620.0600.10.2993.3310.7167.06
HexAAB4A260A1D5db43
Octal25226424260123513513103
Binary1010101010110100101000101100101011101101110110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB4A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB4A2; }

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

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

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

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

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

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

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

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