Html Css Color HEX #AFBAA1 Silver Chalice

📋 copy color: '#AFBAA1'

red 175 ◦ green 186 ◦ blue 161

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

Shades of Silver Chalice #AFBAA1

Tints of Silver Chalice #AFBAA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 30.84%

R = 33.52%
G = 35.63%
B = 30.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#AFBAA1 (or 0xAFBAA1) is known color: Silver Chalice. HEX triplet: AF, BA and A1. RGB value is (175,186,161). Sum of RGB (Red+Green+Blue) = 175+186+161=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 161 (63.28% from 255 or 30.84% from 522); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBAA1 is #50455E. Grayscale: #B3B3B3. Windows color (decimal): -5260639 or 10599087. OLE color: 10599087.

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

Color convert

RGB 175 186 161 -
CMYK 0.06 0 0.13 0.27
HSL 86.4º 0.15% 0.68% -
HSV(B) 86.4º 0.13% 0.73% -
XYZ 41.67 46.8 40.56 -
YUV 179.86 117.36 124.53 -
System Red Green Blue C M Y K H S L
Decimal 175 186 161 0.06 0 0.13 0.27 86.4 0.15 0.68
Hex AF BA A1 6 0 D 1B 56 F 44
Octal 257 272 241 6 0 15 33 126 17 104
Binary 10101111 10111010 10100001 110 0 1101 11011 1010110 1111 1000100

Color Harmonies of #AFBAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBAA1

Black with #AFBAA1

Text Example


Text Example

White with #AFBAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBAA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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