Html Css Color HEX #AEBCA0 Silver Chalice

📋 copy color: '#AEBCA0'

red 174 ◦ green 188 ◦ blue 160

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

Shades of Silver Chalice #AEBCA0

Tints of Silver Chalice #AEBCA0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.02%

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

R = 33.33%
G = 36.02%
B = 30.65%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#AEBCA0 (or 0xAEBCA0) is known color: Silver Chalice. HEX triplet: AE, BC and A0. RGB value is (174,188,160). Sum of RGB (Red+Green+Blue) = 174+188+160=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 160 (62.89% from 255 or 30.65% from 522); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBCA0 is #51435F. Grayscale: #B4B4B4. Windows color (decimal): -5325664 or 10534062. OLE color: 10534062.

HSL color Cylindrical-coordinate representation of color #AEBCA0: hue angle of 90º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AEBCA0 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 188 160 -
CMYK 0.07 0 0.15 0.26
HSL 90º 0.17% 0.68% -
HSV(B) 90º 0.15% 0.74% -
XYZ 41.78 47.5 40.22 -
YUV 180.62 116.36 123.28 -
System Red Green Blue C M Y K H S L
Decimal 174 188 160 0.07 0 0.15 0.26 90 0.17 0.68
Hex AE BC A0 7 0 F 1A 5A 11 44
Octal 256 274 240 7 0 17 32 132 21 104
Binary 10101110 10111100 10100000 111 0 1111 11010 1011010 10001 1000100

Color Harmonies of #AEBCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBCA0

Black with #AEBCA0

Text Example


Text Example

White with #AEBCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBCA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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