Html Css Color HEX #AEB9A2 Silver Chalice

📋 copy color: '#AEB9A2'

red 174 ◦ green 185 ◦ blue 162

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

Shades of Silver Chalice #AEB9A2

Tints of Silver Chalice #AEB9A2

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.51%

 BLUE value IS 162 (63.67% from 255) = 31.09%

R = 33.4%
G = 35.51%
B = 31.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#AEB9A2 (or 0xAEB9A2) is known color: Silver Chalice. HEX triplet: AE, B9 and A2. RGB value is (174,185,162). Sum of RGB (Red+Green+Blue) = 174+185+162=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 162 (63.67% from 255 or 31.09% from 521); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB9A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB9A2 is #51465D. Grayscale: #B3B3B3. Windows color (decimal): -5326430 or 10664366. OLE color: 10664366.

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

Color convert

RGB 174 185 162 -
CMYK 0.06 0 0.12 0.27
HSL 88.7º 0.14% 0.68% -
HSV(B) 88.7º 0.12% 0.73% -
XYZ 41.33 46.31 40.94 -
YUV 179.09 118.36 124.37 -
System Red Green Blue C M Y K H S L
Decimal 174 185 162 0.06 0 0.12 0.27 88.7 0.14 0.68
Hex AE B9 A2 6 0 C 1B 59 E 44
Octal 256 271 242 6 0 14 33 131 16 104
Binary 10101110 10111001 10100010 110 0 1100 11011 1011001 1110 1000100

Color Harmonies of #AEB9A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB9A2

Black with #AEB9A2

Text Example


Text Example

White with #AEB9A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB9A2; }

 p { color: rgb(174,185,162); }

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

background-color css

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

 a { background-color: rgb(174,185,162); }

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

border-color css

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

 span { border-color: rgb(174,185,162); }

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