Html Css Color HEX #AEBB9E Silver Chalice

📋 copy color: '#AEBB9E'

red 174 ◦ green 187 ◦ blue 158

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

Shades of Silver Chalice #AEBB9E

Tints of Silver Chalice #AEBB9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 30.44%

R = 33.53%
G = 36.03%
B = 30.44%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#AEBB9E (or 0xAEBB9E) is known color: Silver Chalice. HEX triplet: AE, BB and 9E. RGB value is (174,187,158). Sum of RGB (Red+Green+Blue) = 174+187+158=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 158 (62.11% from 255 or 30.44% from 519); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBB9E is #514461. Grayscale: #B3B3B3. Windows color (decimal): -5325922 or 10402734. OLE color: 10402734.

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

Color convert

RGB 174 187 158 -
CMYK 0.07 0 0.16 0.27
HSL 86.9º 0.18% 0.68% -
HSV(B) 86.9º 0.16% 0.73% -
XYZ 41.4 47.01 39.24 -
YUV 179.81 115.69 123.86 -
System Red Green Blue C M Y K H S L
Decimal 174 187 158 0.07 0 0.16 0.27 86.9 0.18 0.68
Hex AE BB 9E 7 0 10 1B 57 12 44
Octal 256 273 236 7 0 20 33 127 22 104
Binary 10101110 10111011 10011110 111 0 10000 11011 1010111 10010 1000100

Color Harmonies of #AEBB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBB9E

Black with #AEBB9E

Text Example


Text Example

White with #AEBB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBB9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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