Html Css Color HEX #AEBAA0 Silver Chalice

📋 copy color: '#AEBAA0'

red 174 ◦ green 186 ◦ blue 160

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

Shades of Silver Chalice #AEBAA0

Tints of Silver Chalice #AEBAA0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.77%

 BLUE value IS 160 (62.89% from 255) = 30.77%

R = 33.46%
G = 35.77%
B = 30.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#AEBAA0 (or 0xAEBAA0) is known color: Silver Chalice. HEX triplet: AE, BA and A0. RGB value is (174,186,160). Sum of RGB (Red+Green+Blue) = 174+186+160=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBAA0 is #51455F. Grayscale: #B3B3B3. Windows color (decimal): -5326176 or 10533550. OLE color: 10533550.

HSL color Cylindrical-coordinate representation of color #AEBAA0: hue angle of 87.69º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AEBAA0 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 186 160 -
CMYK 0.06 0 0.14 0.27
HSL 87.69º 0.16% 0.68% -
HSV(B) 87.69º 0.14% 0.73% -
XYZ 41.36 46.65 40.08 -
YUV 179.45 117.02 124.11 -
System Red Green Blue C M Y K H S L
Decimal 174 186 160 0.06 0 0.14 0.27 87.69 0.16 0.68
Hex AE BA A0 6 0 E 1B 58 10 44
Octal 256 272 240 6 0 16 33 130 20 104
Binary 10101110 10111010 10100000 110 0 1110 11011 1011000 10000 1000100

Color Harmonies of #AEBAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBAA0

Black with #AEBAA0

Text Example


Text Example

White with #AEBAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBAA0; }

 p { color: rgb(174,186,160); }

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

background-color css

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

 a { background-color: rgb(174,186,160); }

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

border-color css

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

 span { border-color: rgb(174,186,160); }

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