Html Css Color HEX #AFB9A5 Silver Chalice

📋 copy color: '#AFB9A5'

red 175 ◦ green 185 ◦ blue 165

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

Shades of Silver Chalice #AFB9A5

Tints of Silver Chalice #AFB9A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.43%

R = 33.33%
G = 35.24%
B = 31.43%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#AFB9A5 (or 0xAFB9A5) is known color: Silver Chalice. HEX triplet: AF, B9 and A5. RGB value is (175,185,165). Sum of RGB (Red+Green+Blue) = 175+185+165=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 165 (64.84% from 255 or 31.43% from 525); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB9A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB9A5 is #50465A. Grayscale: #B3B3B3. Windows color (decimal): -5260891 or 10860975. OLE color: 10860975.

HSL color Cylindrical-coordinate representation of color #AFB9A5: hue angle of 90º degrees, saturation: 0.12, 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 #AFB9A5 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 185 165 -
CMYK 0.05 0 0.11 0.27
HSL 90º 0.13% 0.69% -
HSV(B) 90º 0.11% 0.73% -
XYZ 41.82 46.53 42.37 -
YUV 179.73 119.69 124.63 -
System Red Green Blue C M Y K H S L
Decimal 175 185 165 0.05 0 0.11 0.27 90 0.13 0.69
Hex AF B9 A5 5 0 B 1B 5A C 45
Octal 257 271 245 5 0 13 33 132 14 105
Binary 10101111 10111001 10100101 101 0 1011 11011 1011010 1100 1000101

Color Harmonies of #AFB9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB9A5

Black with #AFB9A5

Text Example


Text Example

White with #AFB9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB9A5; }

 p { color: rgb(175,185,165); }

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

background-color css

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

 a { background-color: rgb(175,185,165); }

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

border-color css

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

 span { border-color: rgb(175,185,165); }

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