Html Css Color HEX #AFB7A4 Silver Chalice

📋 copy color: '#AFB7A4'

red 175 ◦ green 183 ◦ blue 164

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

Shades of Silver Chalice #AFB7A4

Tints of Silver Chalice #AFB7A4

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.06%

 BLUE value IS 164 (64.45% from 255) = 31.42%

R = 33.52%
G = 35.06%
B = 31.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#AFB7A4 (or 0xAFB7A4) is known color: Silver Chalice. HEX triplet: AF, B7 and A4. RGB value is (175,183,164). Sum of RGB (Red+Green+Blue) = 175+183+164=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 164 (64.45% from 255 or 31.42% from 522); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB7A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB7A4 is #50485B. Grayscale: #B2B2B2. Windows color (decimal): -5261404 or 10794927. OLE color: 10794927.

HSL color Cylindrical-coordinate representation of color #AFB7A4: hue angle of 85.26º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFB7A4 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 183 164 -
CMYK 0.04 0 0.10 0.28
HSL 85.26º 0.12% 0.68% -
HSV(B) 85.26º 0.1% 0.72% -
XYZ 41.31 45.66 41.76 -
YUV 178.44 119.85 125.54 -
System Red Green Blue C M Y K H S L
Decimal 175 183 164 0.04 0 0.10 0.28 85.26 0.12 0.68
Hex AF B7 A4 4 0 A 1C 55 C 44
Octal 257 267 244 4 0 12 34 125 14 104
Binary 10101111 10110111 10100100 100 0 1010 11100 1010101 1100 1000100

Color Harmonies of #AFB7A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB7A4

Black with #AFB7A4

Text Example


Text Example

White with #AFB7A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB7A4; }

 p { color: rgb(175,183,164); }

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

background-color css

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

 a { background-color: rgb(175,183,164); }

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

border-color css

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

 span { border-color: rgb(175,183,164); }

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