Html Css Color HEX #AEB5A8 Silver Chalice

📋 copy color: '#AEB5A8'

red 174 ◦ green 181 ◦ blue 168

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

Shades of Silver Chalice #AEB5A8

Tints of Silver Chalice #AEB5A8

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.61%

 BLUE value IS 168 (66.02% from 255) = 32.12%

R = 33.27%
G = 34.61%
B = 32.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#AEB5A8 (or 0xAEB5A8) is known color: Silver Chalice. HEX triplet: AE, B5 and A8. RGB value is (174,181,168). Sum of RGB (Red+Green+Blue) = 174+181+168=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 181 (71.09% from 255 or 34.61% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB5A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB5A8 is #514A57. Grayscale: #B1B1B1. Windows color (decimal): -5327448 or 11056558. OLE color: 11056558.

HSL color Cylindrical-coordinate representation of color #AEB5A8: hue angle of 92.31º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AEB5A8 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 174 181 168 -
CMYK 0.04 0 0.07 0.29
HSL 92.31º 0.08% 0.68% -
HSV(B) 92.31º 0.07% 0.71% -
XYZ 41.05 44.87 43.54 -
YUV 177.43 122.68 125.56 -
System Red Green Blue C M Y K H S L
Decimal 174 181 168 0.04 0 0.07 0.29 92.31 0.08 0.68
Hex AE B5 A8 4 0 7 1D 5C 8 44
Octal 256 265 250 4 0 7 35 134 10 104
Binary 10101110 10110101 10101000 100 0 111 11101 1011100 1000 1000100

Color Harmonies of #AEB5A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB5A8

Black with #AEB5A8

Text Example


Text Example

White with #AEB5A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB5A8; }

 p { color: rgb(174,181,168); }

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

background-color css

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

 a { background-color: rgb(174,181,168); }

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

border-color css

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

 span { border-color: rgb(174,181,168); }

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