Html Css Color HEX #AEB3A6 Silver Chalice

📋 copy color: '#AEB3A6'

red 174 ◦ green 179 ◦ blue 166

#AEB3A6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silver Chalice #AEB3A6

Tints of Silver Chalice #AEB3A6

RGB

 RED value IS 174 (68.36% from 255) = 33.53%

 GREEN value IS 179 (70.31% from 255) = 34.49%

 BLUE value IS 166 (65.23% from 255) = 31.98%

R = 33.53%
G = 34.49%
B = 31.98%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#AEB3A6 (or 0xAEB3A6) is known color: Silver Chalice. HEX triplet: AE, B3 and A6. RGB value is (174,179,166). Sum of RGB (Red+Green+Blue) = 174+179+166=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 166 (65.23% from 255 or 31.98% from 519); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB3A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB3A6 is #514C59. Grayscale: #B0B0B0. Windows color (decimal): -5327962 or 10924974. OLE color: 10924974.

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

Color convert

RGB 174 179 166 -
CMYK 0.03 0 0.07 0.30
HSL 83.08º 0.08% 0.68% -
HSV(B) 83.08º 0.07% 0.7% -
XYZ 40.46 43.99 42.44 -
YUV 176.02 122.34 126.56 -
System Red Green Blue C M Y K H S L
Decimal 174 179 166 0.03 0 0.07 0.30 83.08 0.08 0.68
Hex AE B3 A6 3 0 7 1E 53 8 44
Octal 256 263 246 3 0 7 36 123 10 104
Binary 10101110 10110011 10100110 11 0 111 11110 1010011 1000 1000100

Color Harmonies of #AEB3A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB3A6

Black with #AEB3A6

Text Example


Text Example

White with #AEB3A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB3A6; }

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

 H1.HeaderClassName
 {
   color: #AEB3A6;
 }
 .AnyTagClassName
 {
   color: #AEB3A6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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