Html Css Color HEX #AEBB9F Silver Chalice

📋 copy color: '#AEBB9F'

red 174 ◦ green 187 ◦ blue 159

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

Shades of Silver Chalice #AEBB9F

Tints of Silver Chalice #AEBB9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.58%

R = 33.46%
G = 35.96%
B = 30.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#AEBB9F (or 0xAEBB9F) is known color: Silver Chalice. HEX triplet: AE, BB and 9F. RGB value is (174,187,159). Sum of RGB (Red+Green+Blue) = 174+187+159=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 159 (62.5% from 255 or 30.58% from 520); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBB9F is #514460. Grayscale: #B4B4B4. Windows color (decimal): -5325921 or 10468270. OLE color: 10468270.

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

Color convert

RGB 174 187 159 -
CMYK 0.07 0 0.15 0.27
HSL 87.86º 0.17% 0.68% -
HSV(B) 87.86º 0.15% 0.73% -
XYZ 41.48 47.04 39.69 -
YUV 179.92 116.19 123.78 -
System Red Green Blue C M Y K H S L
Decimal 174 187 159 0.07 0 0.15 0.27 87.86 0.17 0.68
Hex AE BB 9F 7 0 F 1B 58 11 44
Octal 256 273 237 7 0 17 33 130 21 104
Binary 10101110 10111011 10011111 111 0 1111 11011 1011000 10001 1000100

Color Harmonies of #AEBB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBB9F

Black with #AEBB9F

Text Example


Text Example

White with #AEBB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBB9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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