Html Css Color HEX #AEB6A8 Silver Chalice

📋 copy color: '#AEB6A8'

red 174 ◦ green 182 ◦ blue 168

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

Shades of Silver Chalice #AEB6A8

Tints of Silver Chalice #AEB6A8

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.73%

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

R = 33.21%
G = 34.73%
B = 32.06%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#AEB6A8 (or 0xAEB6A8) is known color: Silver Chalice. HEX triplet: AE, B6 and A8. RGB value is (174,182,168). Sum of RGB (Red+Green+Blue) = 174+182+168=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 182 (71.48% from 255 or 34.73% from 524); Blue value is 168 (66.02% from 255 or 32.06% from 524); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB6A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB6A8 is #514957. Grayscale: #B2B2B2. Windows color (decimal): -5327192 or 11056814. OLE color: 11056814.

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

Color convert

RGB 174 182 168 -
CMYK 0.04 0 0.08 0.29
HSL 94.29º 0.09% 0.69% -
HSV(B) 94.29º 0.08% 0.71% -
XYZ 41.25 45.28 43.61 -
YUV 178.01 122.35 125.14 -
System Red Green Blue C M Y K H S L
Decimal 174 182 168 0.04 0 0.08 0.29 94.29 0.09 0.69
Hex AE B6 A8 4 0 8 1D 5E 9 45
Octal 256 266 250 4 0 10 35 136 11 105
Binary 10101110 10110110 10101000 100 0 1000 11101 1011110 1001 1000101

Color Harmonies of #AEB6A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB6A8

Black with #AEB6A8

Text Example


Text Example

White with #AEB6A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB6A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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