Html Css Color HEX #AEB5A2 Silver Chalice

📋 copy color: '#AEB5A2'

red 174 ◦ green 181 ◦ blue 162

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

Shades of Silver Chalice #AEB5A2

Tints of Silver Chalice #AEB5A2

RGB

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

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

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

R = 33.66%
G = 35.01%
B = 31.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#AEB5A2 (or 0xAEB5A2) is known color: Silver Chalice. HEX triplet: AE, B5 and A2. RGB value is (174,181,162). Sum of RGB (Red+Green+Blue) = 174+181+162=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 162 (63.67% from 255 or 31.33% from 517); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB5A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB5A2 is #514A5D. Grayscale: #B0B0B0. Windows color (decimal): -5327454 or 10663342. OLE color: 10663342.

HSL color Cylindrical-coordinate representation of color #AEB5A2: hue angle of 82.11º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEB5A2 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB 174 181 162 -
CMYK 0.04 0 0.10 0.29
HSL 82.11º 0.11% 0.67% -
HSV(B) 82.11º 0.1% 0.71% -
XYZ 40.5 44.66 40.67 -
YUV 176.74 119.68 126.04 -
System Red Green Blue C M Y K H S L
Decimal 174 181 162 0.04 0 0.10 0.29 82.11 0.11 0.67
Hex AE B5 A2 4 0 A 1D 52 B 43
Octal 256 265 242 4 0 12 35 122 13 103
Binary 10101110 10110101 10100010 100 0 1010 11101 1010010 1011 1000011

Color Harmonies of #AEB5A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB5A2

Black with #AEB5A2

Text Example


Text Example

White with #AEB5A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB5A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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