Html Css Color HEX #AFBAA6 Silver Chalice

📋 copy color: '#AFBAA6'

red 175 ◦ green 186 ◦ blue 166

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

Shades of Silver Chalice #AFBAA6

Tints of Silver Chalice #AFBAA6

RGB

 RED value IS 175 (68.75% from 255) = 33.21%

 GREEN value IS 186 (73.05% from 255) = 35.29%

 BLUE value IS 166 (65.23% from 255) = 31.5%

R = 33.21%
G = 35.29%
B = 31.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#AFBAA6 (or 0xAFBAA6) is known color: Silver Chalice. HEX triplet: AF, BA and A6. RGB value is (175,186,166). Sum of RGB (Red+Green+Blue) = 175+186+166=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBAA6 is #504559. Grayscale: #B4B4B4. Windows color (decimal): -5260634 or 10926767. OLE color: 10926767.

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

Color convert

RGB 175 186 166 -
CMYK 0.06 0 0.11 0.27
HSL 93º 0.13% 0.69% -
HSV(B) 93º 0.11% 0.73% -
XYZ 42.12 46.98 42.93 -
YUV 180.43 119.86 124.13 -
System Red Green Blue C M Y K H S L
Decimal 175 186 166 0.06 0 0.11 0.27 93 0.13 0.69
Hex AF BA A6 6 0 B 1B 5D D 45
Octal 257 272 246 6 0 13 33 135 15 105
Binary 10101111 10111010 10100110 110 0 1011 11011 1011101 1101 1000101

Color Harmonies of #AFBAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBAA6

Black with #AFBAA6

Text Example


Text Example

White with #AFBAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBAA6; }

 p { color: rgb(175,186,166); }

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

background-color css

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

 a { background-color: rgb(175,186,166); }

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

border-color css

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

 span { border-color: rgb(175,186,166); }

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