Html Css Color HEX #AEBBA0 Silver Chalice

📋 copy color: '#AEBBA0'

red 174 ◦ green 187 ◦ blue 160

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

Shades of Silver Chalice #AEBBA0

Tints of Silver Chalice #AEBBA0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.89%

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

R = 33.4%
G = 35.89%
B = 30.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#AEBBA0 (or 0xAEBBA0) is known color: Silver Chalice. HEX triplet: AE, BB and A0. RGB value is (174,187,160). Sum of RGB (Red+Green+Blue) = 174+187+160=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 160 (62.89% from 255 or 30.71% from 521); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBBA0 is #51445F. Grayscale: #B4B4B4. Windows color (decimal): -5325920 or 10533806. OLE color: 10533806.

HSL color Cylindrical-coordinate representation of color #AEBBA0: hue angle of 88.89º degrees, saturation: 0.17, 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 #AEBBA0 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 187 160 -
CMYK 0.07 0 0.14 0.27
HSL 88.89º 0.17% 0.68% -
HSV(B) 88.89º 0.14% 0.73% -
XYZ 41.57 47.08 40.15 -
YUV 180.04 116.69 123.7 -
System Red Green Blue C M Y K H S L
Decimal 174 187 160 0.07 0 0.14 0.27 88.89 0.17 0.68
Hex AE BB A0 7 0 E 1B 59 11 44
Octal 256 273 240 7 0 16 33 131 21 104
Binary 10101110 10111011 10100000 111 0 1110 11011 1011001 10001 1000100

Color Harmonies of #AEBBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBBA0

Black with #AEBBA0

Text Example


Text Example

White with #AEBBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBBA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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