#AEB3AB

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

Shades of Silver Chalice #AEB3AB

Tints of Silver Chalice #AEB3AB

Color information

#AEB3AB (or 0xAEB3AB) is unknown color: approx Silver Chalice. HEX triplet: AE, B3 and AB. RGB value is (174,179,171). Sum of RGB (Red+Green+Blue) = 174+179+171=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB3AB is #514C54. Grayscale: #B0B0B0. Windows color (decimal): -5327957 or 11252654. OLE color: 11252654.

HSL color Cylindrical-coordinate representation of color #AEB3AB: hue angle of 97.5º degrees, saturation: 0.05, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AEB3AB is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB174179171-
CMYK0.0300.040.30
HSL97.5º5%68.63%-
HSV(B)97.5º4.47%70.2%-
XYZ40.9344.1844.9-
YUV176.59124.84126.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.21%
GREEN value IS 179 (70.31% from 255) = 34.16%
BLUE value IS 171 (67.19% from 255) = 32.63%
R=33.21%
G=34.16%
B=32.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741791710.0300.040.3097.5568.63
HexAEB3AB3041E61545
Octal256263253304361415105
Binary1010111010110011101010111101001111011000011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB3AB; }

 p { color: rgb(174,179,171); }

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

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

 a { background-color: rgb(174,179,171); }

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

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

 span { border-color: rgb(174,179,171); }

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