Html Css Color HEX #AEB7A0 Silver Chalice

📋 copy color: '#AEB7A0'

red 174 ◦ green 183 ◦ blue 160

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

Shades of Silver Chalice #AEB7A0

Tints of Silver Chalice #AEB7A0

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.4%

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

R = 33.66%
G = 35.4%
B = 30.95%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#AEB7A0 (or 0xAEB7A0) is known color: Silver Chalice. HEX triplet: AE, B7 and A0. RGB value is (174,183,160). Sum of RGB (Red+Green+Blue) = 174+183+160=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB7A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB7A0 is #51485F. Grayscale: #B1B1B1. Windows color (decimal): -5326944 or 10532782. OLE color: 10532782.

HSL color Cylindrical-coordinate representation of color #AEB7A0: hue angle of 83.48º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEB7A0 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB 174 183 160 -
CMYK 0.05 0 0.13 0.28
HSL 83.48º 0.14% 0.67% -
HSV(B) 83.48º 0.13% 0.72% -
XYZ 40.73 45.4 39.87 -
YUV 177.69 118.02 125.37 -
System Red Green Blue C M Y K H S L
Decimal 174 183 160 0.05 0 0.13 0.28 83.48 0.14 0.67
Hex AE B7 A0 5 0 D 1C 53 E 43
Octal 256 267 240 5 0 15 34 123 16 103
Binary 10101110 10110111 10100000 101 0 1101 11100 1010011 1110 1000011

Color Harmonies of #AEB7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB7A0

Black with #AEB7A0

Text Example


Text Example

White with #AEB7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB7A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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